php-db | 2001011
Date: 01/08/01
- Next message: Thies C. Arntzen: "Re: [PHP-DB] CALL A FUCTION OF ORACLE IN PHP?"
- Previous message: Greg Kelley: "Re: [PHP-DB] php4.0.4 and Interbase - fetching records across files"
- In reply to: Randy Feeney: "Re: [PHP-DB] problem installing PHP3.0.16 or PHP4.0 with Sybase 11.9.2 and Apache 3.0.16 on RH 6.2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Did you set $SYBASE to /opt/sybase before starting the apache server? This is required
for all Sybase open client/server software. You sometimes also need to unset LANG. You
should also check the apache error_log file.
Dean
Randy Feeney wrote:
> Did you ever get anywhere with this problem? I noticed that there was not a reply from
> the news group here. I am having the same problem and was hoping to find some help.
>
> If you found the answer to this problem someplace else, please let me know. I am in
> the same situation. Thanks.
>
> Randy Feeney
> Chief Software Architect
> Vertical Computer Systems, Inc.
> randy <email protected>
>
> Austin Li wrote:
>
> > Hello,
> > I am having problem installing php with sybase and apache on RH 6.2.
> > php version 3.0.16, or php4.0.0, i've tried them both.
> > Sybase 11.9.2 is installed in /opt/sybase.
> >
> > This is what I did (for compilation):
> > cd apache_1.3.12
> > ./configure --prefix=/opt/www
> > cd ../php-3.0.16
> >
> > ./configure --with-sybase-ct=/opt/sybase --with-apache=../apache_1.3.12 --en
> > able-track-vars
> > make
> > make install
> > cd ../apache_1.3.12
> > ./configure --prefix=/opt/www --activate-module=src/modules/php3/libphp3.a
> > make
> > make install
> >
> > Note: when i was installing php4.0.. I replaced the word php3 with php4,
> > also the directory.. of course.
> >
> > The problem is as soon as I start the apache web server (httpd -start), I
> > get 'Segmentation fault', or Illegal instruction and it dumps the core.
> >
> > any ideas?
> >
> > Thanks!!!
> >
> > Austin Li
> > austin <email protected>
> >
> > --
> > PHP Database Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: php-db-unsubscribe <email protected>
> > For additional commands, e-mail: php-db-help <email protected>
> > To contact the list administrators, e-mail: php-list-admin <email protected>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: php-db-unsubscribe <email protected>
> For additional commands, e-mail: php-db-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Thies C. Arntzen: "Re: [PHP-DB] CALL A FUCTION OF ORACLE IN PHP?"
- Previous message: Greg Kelley: "Re: [PHP-DB] php4.0.4 and Interbase - fetching records across files"
- In reply to: Randy Feeney: "Re: [PHP-DB] problem installing PHP3.0.16 or PHP4.0 with Sybase 11.9.2 and Apache 3.0.16 on RH 6.2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

