Hello people.. I just downloaded the current version of php. tried to install it with the following command:
./configure --with-apxs=/usr/local/apache/bin/apxs --enable-sysvsem --enable-sysvshm --enable-track-vars --enable-magic-quotes --enable-memory-limit --enable-ftp --with-mysql=/usr/local/mysql --with-xml --with-gdbm --with-ndbm --with-dbase --with-jpeg-dir=/usr/local --with-gd=/usr/local --with-png-dir=/usr/local --with-ttf=/usr/local --with-zlib-dir=/usr/local --enable-EAPI but when I do # make, the following error appears: ld: fatal: library -lssl: not found ld: fatal: library -lcrypto: not found ld: fatal: File processing errors. No output written to .libs/libphp4.so make[1]: *** [libphp4.la] Error 1 any of you have an idea of how to fix this? Thanks. yung