Hi,

get the latest sources of apache and php and extract them. Configure Apache
(as example:
./configure --prefix=/the/path/you/like/to/install/apache --enable-module=so
 --enable-module=most --enable-shared=max , which would Configure Apache to
be installed in --prefix activate the standard modules and build as Shared
Moduls), then run make and make install.

Then get Sybase (or if your Database Server is on a different Machine the
Sybase-CT Librarys). Install Sybase via RPM .. normaly Sybase is now
installed in /opt/sybase-VERSIONNUMBER bzw. /opt/sybase

Then configure php (as example:
./configure --with-apxs=/the/path/you/like/to/install/apache/bin/apxs --with
-sybase-ct=/opt/sybase) add to this configure String any module you would
like to install (like Socketsupport or anything else, ./configure --help
gives you an idea what is possible). This Configures PHP to build as an
shared Module for the previous installed apache. Then run make and make
install ..

maybe you have to edit the httpd.conf to enable php but normaly this is done
through phps make install..

This way should work for every distro (the only tricky part in my Opinion is
to install Sybase)..

At least .. which Sybase Database System would you like to connect to ...
Sybase ASA or the big on Sybase ASE?

Greetings,

Stefan Siefert

-----Ursprüngliche Nachricht-----
Von: Vivek Kumar Agrawal [mailto:[EMAIL PROTECTED]]
Gesendet: Montag, 20. Mai 2002 09:20
An: PHP Install
Betreff: [PHP-INST] Installing PHP with Apache and Sybase on Linux



Hi All,

Can somebody tell me how to install
PHP with Apache and Sybase on Suse linux.

It would be great help for me.

Regards,
Vivek



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



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

Reply via email to