|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-06-02 05:29 UTC] sniper@php.net
[2003-06-02 05:30 UTC] sniper@php.net
[2003-06-03 04:28 UTC] darx at plus dot bg
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Mon Feb 09 19:00:02 2026 UTC |
Just change the names of some libraries. libk5crypto -> libasn1 libgssapi_krb5 -> libgssapi sed "s/-lk5crypto/-lasn1/" configure > configure sed "s/-lgssapi_krb5/-lgssapi/" configure > configure ./configure \ --with-apxs=/usr/sbin/apxs \ --with-mysql=/usr/local \ --with-imap=/usr/local \ --with-kerberos \ --with-imap-ssl \ Configure script passes, then 'make' passes and say: Build complete. (It is safe to ignore warnings about tempnam and tmpnam). And finally 'make install' say: Installing PHP CLI binary: /usr/local/bin/ Installing PHP CLI man page: /usr/local/man/man1/ Installing PHP SAPI module [activating module `php4' in /var/www/conf/httpd.conf] cp libs/libphp4.so /usr/lib/apache/modules/libphp4.so cp: libs/libphp4.so: No such file or directory apxs:Break: Command failed with rc=1 *** Error code 1 Stop in /home/darx/php-4.3.2 (line 120 of Makefile). Any idea why?