Hi,
I am trying to compile php4-200108161335 on my Mandrake vers. 8 box running the 2.4.3 kernel.
I do my configure command:
./configure --with-apxs=/usr/local/apache/bin/apxs --with-config-file-path=/usr/local/apache/conf --with-mysql --with-imap --with-openssl --enable-debug=no --enable-track-vars --with-imap-ssl
Then I do my make which starts off with Zend.
All goes fine until I get this:
===============================================
/bin/sh ../libtool --silent --mode=link gcc -g -O2 -prefer-pic -o libZend.la -lcrypto -lssl -limap -ldl -lcrypt -lssl -lcrypto -lresolv -lm -ldl -lnsl -lresolv -lcrypt zend_language_parser.lo zend_language_scanner.lo zend_ini_parser.lo zend_ini_scanner.lo zend_alloc.lo zend_compile.lo zend_constants.lo zend_dynamic_array.lo zend_execute.lo zend_execute_API.lo zend_highlight.lo zend_llist.lo zend_opcode.lo zend_operators.lo zend_ptr_stack.lo zend_stack.lo zend_variables.lo zend.lo zend_API.lo zend_extensions.lo zend_hash.lo zend_list.lo zend_indent.lo zend_builtin_functions.lo zend_sprintf.lo zend_ini.lo
grep: /usr/lib/libjpeg.la: No such file or directory
sed: can't read /usr/lib/libjpeg.la: No such file or directory
libtool: link: /usr/lib/libjpeg.la' is not a valid libtool archive
make[1]: *** [libZend.la] Error 1
make[1]: Leaving directory/tmp/php4-200108161335/Zend'
make: *** [all-recursive] Error 1
===============================================
I tried doing a softlink of a couple of the libjpeg libraries under /usr/lib back over to /usr/lib/libjpeg.la.
But this didn't work.
I even compiled and did a make and a make install of the free JPEG software.
That didn't help either.
Any ideas?
Thanks,
Rich