From: andreas at wedberg dot nu Operating system: OpenBSD 3.2 PHP version: 4CVS-2003-07-28 (stable) PHP Bug Type: *Compile Issues Bug description: libphp4.so not created when --with-imap
Description: ------------ When using --with-imap=/path/to/imap2002 I get following warnings during make: *** Warning: linker path does not have real file for library -lc-client. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have *** because I did check the linker path looking for a file starting *** with libc-client and none of the candidates passed a file format test *** using a file magic. Last file checked: /usr/local/imap2002d/lib/libc-client.a *** Warning: libtool could not satisfy all declared inter-library *** dependencies of module libphp4. Therefore, libtool will create *** a static module, that should work as long as the dlopening *** application is linked with the -dlopen flag. I asume this warnings stop make install from creating libphp4.so. The c-client is the latest version, 2002d. -- Edit bug report at http://bugs.php.net/?id=24840&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=24840&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=24840&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=24840&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=24840&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=24840&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=24840&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=24840&r=support Expected behavior: http://bugs.php.net/fix.php?id=24840&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=24840&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=24840&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=24840&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24840&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=24840&r=dst IIS Stability: http://bugs.php.net/fix.php?id=24840&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=24840&r=gnused
