Forgive me, this is probably a very simple problem, but it's new to
me.
When I attempt to make php 4.3.8, it exits, and I believe the relevant
message is:
libtool: link: cannot find the library `'
I suspect it may be a problem with the Makefile, but more likely, I
have failed to configure php correctly. Here's the configure command I
used:
./configure --enable-versioning --enable-memory-limit
--with-layout=GNU --enable-force-cgi-redirect --enable-discard-path
--enable-fastcgi --with-openssl --with-zlib --enable-bcmath --with-bz2
--enable-calendar --with-crack --with-curl --with-cyrus --with-db4
--with-inifile --enable-dio --with-dom --enable-exif
--with-zlib-dir=/usr/lib --with-dom-xslt --with-dom-exslt
--enable-exif --enable-ftp --with-gd --with-gettext --with-gmp
--with-hyperwave --with-iconv --with-imap --with-imap-ssl
--enable-mbstring --with-mcal --with-mcrypt --with-mcve
--with-openssl-dir --with-mhash --with-mime-magic --with-ming
--with-mnogosearch=/usr/local --with-mysql --with-pspell
--enable-sockets --enable-sysvmsg --enable-sysvsem --enable-sysvshm
--with-zip --with-apxs
I'd be grateful for any help anyone can provide.
me.
When I attempt to make php 4.3.8, it exits, and I believe the relevant
message is:
libtool: link: cannot find the library `'
I suspect it may be a problem with the Makefile, but more likely, I
have failed to configure php correctly. Here's the configure command I
used:
./configure --enable-versioning --enable-memory-limit
--with-layout=GNU --enable-force-cgi-redirect --enable-discard-path
--enable-fastcgi --with-openssl --with-zlib --enable-bcmath --with-bz2
--enable-calendar --with-crack --with-curl --with-cyrus --with-db4
--with-inifile --enable-dio --with-dom --enable-exif
--with-zlib-dir=/usr/lib --with-dom-xslt --with-dom-exslt
--enable-exif --enable-ftp --with-gd --with-gettext --with-gmp
--with-hyperwave --with-iconv --with-imap --with-imap-ssl
--enable-mbstring --with-mcal --with-mcrypt --with-mcve
--with-openssl-dir --with-mhash --with-mime-magic --with-ming
--with-mnogosearch=/usr/local --with-mysql --with-pspell
--enable-sockets --enable-sysvmsg --enable-sysvsem --enable-sysvshm
--with-zip --with-apxs
I'd be grateful for any help anyone can provide.
Comment