hi all,

I received this from a guy at SAP regarding a SAPDB compile with php:
As you might have guessed, I am still unable to compile --with-sapdb

I've entered a bug report with all of the details:

http://bugs.php.net/bug.php?id=16100

If anyone has successfully compiled SAPDB with PHP on any machine, please
get in contact with me and tell me what you did :)

-alex

> Hi Alex
> 
> I think, I've found the solution.
> 
> Facts:
> - libsqlod is the driver
> - libsqlrte is some lib of our runtime env
> - libsqlrte is added to the libs in the configure file
> 
> Therefore, php wants to link with -lsqlrte which is
> actually not necessary.
> 
> Solution:
> 
> - quick and dirty: cp libsqlod.so libsqlrte.so
> - edit php's ext/odbc/config.m4: delete the line
> "AC_ADD_LIBRARY(sqlrte)"
>  in the sapdb section. Then autoconf, configure, make ...
> 
> 
> The problem is a remainder of the ancestor ADABAS.
> 
> Please tell me, whether it now works for you.
> I will then inform the list about this.
> 
> 
> Greetings  Thomas
> 
> 
> ----------------------------------------------
> Dr. Thomas Kötter
> SAP DB, SAP Labs Berlin
> 
> 
> SAP DB is open source. Get it!    www.sapdb.org
> 
> 
> 
> 

------ End of Forwarded Message


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to