Re: [PHP-INST] PHP 4.3.1 on Mac OS X - make fails when configuredwith --with-pgsql

2003-04-04 Thread Ray Aspeitia
Barry, I'm running the same system and what I found was that you need to run the following command to update your compiler link table: sudo ranlib /usr/local/pgsql/lib/libpq.a try that command and recompile php. (ran under sudo because ranlib needs to be run by root) Ray A. Hello all, In a

Re: [PHP-INST] mcrypt configuration issues

2003-04-01 Thread Ray Aspeitia
Sorry, too quick there... running on : OSX 10.2.4 apache 1.3.27 php 4.3.1 (as apache module apxs) libmcrypt 2.5.7 Ray A. Hello, I have searched the web and all the resources that I could find, but need direct help now. I was able to compile php with mcrypt , but the info page does not recog

[PHP-INST] mcrypt configuration issues

2003-04-01 Thread Ray Aspeitia
Hello, I have searched the web and all the resources that I could find, but need direct help now. I was able to compile php with mcrypt , but the info page does not recognize any ciphers although they are installed in /usr/local/lib/libmcrypt. the info page says that mcrypt is enabled, but su