php-install Digest 15 Apr 2002 13:45:05 -0000 Issue 789
Topics (messages 6637 through 6638):
Re: Problem..
6637 by: Leo Tung
Annoyance
6638 by: Nicholas Mercier
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
It seems that your system has not installed library of crypto and ssl.
These libraries can be refer to Sourceforge to get the copy.
Hope this helps.
L.
On Fri, 12 Apr 2002, sinapsis wrote:
> 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
>
--- End Message ---
--- Begin Message ---
Okay. I'm sure this is something simple. I'm trying to execute a simple
script.
This script uses sessions and I keep getting the following errors.
Warning: open(\tmp\sess_569ad688c4925433a2f1d99db40700b0, O_RDWR) failed:
No such file or directory (2) in c:\program files\apache
group\apache\htdocs\login.php on line 2
Warning: open(\tmp\sess_569ad688c4925433a2f1d99db40700b0, O_RDWR) failed:
No such file or directory (2) in Unknown on line 0
Warning: Failed to write session data (files). Please verify that the
current setting of session.save_path is correct (\tmp) in Unknown on line 0
I'm currently running Windows 2000 Server.
I'm guessing it has something to do with file permissions to those folders,
but what exactly it has to do I don't know.
Any help would be greatly appreciated.
Thanks,
Nick
--- End Message ---