From:             [EMAIL PROTECTED]
Operating system: CygWin/WinXP
PHP version:      4.3.0
PHP Bug Type:     Sybase (dblib) related
Bug description:  undefined symbols not allowed

Hi,

I tried compiling PHP 4.3.0 under CygWin/Windows XP with the following
options

--disable-cgi --disable-cli --with-apxs=/usr/sbin/apxs --with-mysql
--with-sybase=/usr/local/freetds

and I got this during make:

******************************************************
*** Warning: This library needs some functionality provided by
/usr/local/freetd
s/lib/libsybdb.la.
*** 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.
*** Therefore, libtool will create a static module, that should work
*** as long as the dlopening application is linked with the -dlopen flag.
libtool: link: warning: undefined symbols not allowed in i686-pc-cygwin
shared libraries
******************************************************

In this case, I have already successfully installed FreeTDS in
/usr/local/freetds

However, make did not give any errors (except for the above warning) so I
tried to "make install" but I got the following:

$ make install
Installing PHP SAPI module
apxs:Error: file libs/libphp4.so is not a DSO
make: *** [install-sapi] Error 1

Anything wrong with what I'm doing?

httpd -l returns mod_so under its list.

Thanks in advance.

Mike Lopez
-- 
Edit bug report at http://bugs.php.net/?id=21527&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=21527&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=21527&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=21527&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=21527&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=21527&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=21527&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=21527&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=21527&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=21527&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=21527&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21527&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=21527&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=21527&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=21527&r=gnused

Reply via email to