cURL / Mailing Lists / curl-and-php / Single Mail

curl-and-php

Re: newbie installing curl

From: Bob <whyisityou2_at_yahoo.com>
Date: Wed, 05 Sep 2001 14:47:55 -0400

hi

what does "Build PHP step 1" mean? i did a phpinfo() and got the configure but
what do i do with the -lssl and -lcrypto. where does that go?

./configure --prefix=/usr --with-config-file-path=/etc --disable-debug
--enable-pic --enable-shared --enable-inline-optimization
--with-apxs=/usr/sbin/apxs --with-exec-dir=/usr/bin --with-regex=system
--with-zlib --with-gdbm --with-gd --with-jpeg-dir=/usr --with-png --with-ttf
--with-layout=GNU --with-openssl=/usr --enable-debugger --enable-safe-mode
--enable-sockets --enable-sysvsem=shared --enable-sysvshm=shared
--enable-track-vars --enable-magic-quotes --enable-mem-limit --enable-yp
--enable-ftp --enable-wddx --without-mysql --with-imap=shared --without-unixODBC
--without-oracle --without-oci8 --with-xml

Build PHP (In php-4.0.xpl1 directory)
[1] To make -lssl comes before -lcrypto (as advised), search for "-lcrypto" in
./configure and put "-lssl" before it.
[2] ./configure --with-mysql --with-openssl=/usr/local/ssl --with-curl=/usr/loca
l/lib --with-apache=../apache_1.3.x
(In most cases of linking problem, it should complain here in debug.log)
[3] make
[4] make install (If --with-apache option is omitted, it should generate php
executable in /usr/loca/bin)
[5] Library for modphp4 is now in apache_1.3.x/src/modules/php4

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
Received on 2001-09-05