Hello, I'm trying to install php onto Darwin (Mac OS 10.1). I want to use the --with-ftp option so that rules out most preconfigured binaries.
I have used the instructions at http://www.entropy.ch/software/macosx/php/ to help me and I have come up with this set of commands: setenv CC 'cc -flat_namespace' ./configure --with-apxs=/usr/sbin/apxs --enable-trans-sid --enable-exif --with-xml --enable-wddx --with-curl=/usr/local --with-ftp --enable-trans-sid < /dev/null make "make" returns this error : "/usr/bin/ld: can't locate file for: -lpq" and quits. Any ideas on how to fix this? Thank you much, Sam -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]