I am a first time FreeBSD user. I thought why keep on going with Windows server while people keep bragging about FreeBSD. My plan was to install: nginx, PHP, MySQL, PHPMyAdmin.. but:
After the install, I fetched, extracted and updated portsnap then I installed sudo from the ports and then I thought let's go crazy and install nginx from ports. Here is the result (tried with
Tried to install pkgconf and libxml2 separately but no success.
Is there a specific order how to install?
I'm afraid to even try to install openssl keeping all it's dependencies in mind.
Advise anyone ?
After the install, I fetched, extracted and updated portsnap then I installed sudo from the ports and then I thought let's go crazy and install nginx from ports. Here is the result (tried with
make config-recursive && make install clean, failed, then with make && make install clean, failed and then just make install clean.
Code:
Creating package /usr/ports/devel/pkgconf/work/pkgconf-0.9.3.tbz
Registering depends:.
Registering conflicts: pkg-config-*.
Creating bzip'd tar ball in '/usr/ports/devel/pkgconf/work/pkgconf-0.9.3.tbz'
===> Installing for pkgconf-0.9.3
===> Checking if devel/pkgconf already installed
pkg_add: package 'pkgconf-0.9.3' conflicts with pkg-config-0.25_1
pkg_add: please use pkg_delete first to remove conflicting package(s) or -f to force installation
*** [install-package] Error code 1
Stop in /usr/ports/devel/pkgconf.
*** [build-depends] Error code 1
Stop in /usr/ports/textproc/libxml2.
*** [install] Error code 1
Stop in /usr/ports/textproc/libxml2.
*** [lib-depends] Error code 1
Stop in /usr/ports/www/nginx.
*** [install] Error code 1
Stop in /usr/ports/www/nginx.
Tried to install pkgconf and libxml2 separately but no success.
Is there a specific order how to install?
I'm afraid to even try to install openssl keeping all it's dependencies in mind.
Advise anyone ?