php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1543 compilling apache with php3 with interbase 4.0 error
Submitted: 1999-06-15 06:21 UTC Modified: 1999-06-24 08:34 UTC
From: kostich at freelsd dot net Assigned:
Status: Closed Package: Installation problem
PHP Version: 3.0.9 OS: FreeBSD 3.0
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: kostich at freelsd dot net
New email:
PHP Version: OS:

 

 [1999-06-15 06:21 UTC] kostich at freelsd dot net
./configure --with-mysql --with-interbase --with-apache=../
cd ../
./configure --activate-module=src/modules/php3/libphp3.a
make

[..skiped..]
modules/php3/libphp3.a(interbase.o): In function `_php3_ibase_error':
/usr/home/kostich/rapache/apache_1.3.6rusPL28.13/php-3.0.9/functions/interbase.c
(.text+0x66): undefined reference to `isc_interprete'
modules/php3/libphp3.a(interbase.o): In function `_php3_ibase_commit_link':
/usr/home/kostich/rapache/apache_1.3.6rusPL28.13/php-3.0.9/functions/interbase.c
(.text+0x150): undefined reference to `isc_commit_transaction'
/usr/home/kostich/rapache/apache_1.3.6rusPL28.13/php-3.0.9/functions/interbase.c
(.text+0x178): undefined reference to `isc_rollback_transaction'
modules/php3/libphp3.a(interbase.o): In function `_php3_ibase_close_link':
/usr/home/kostich/rapache/apache_1.3.6rusPL28.13/php-3.0.9/functions/interbase.c
(.text+0x1b3): undefined reference to `isc_detach_database'
modules/php3/libphp3.a(interbase.o): In function `_php3_ibase_close_plink':
/usr/home/kostich/rapache/apache_1.3.6rusPL28.13/php-3.0.9/functions/interbase.c
:331: undefined reference to `isc_detach_database'
modules/php3/libphp3.a(interbase.o): In function `_php3_ibase_free_result':
/usr/home/kostich/rapache/apache_1.3.6rusPL28.13/php-3.0.9/functions/interbase.c
(.text+0x230): undefined reference to `isc_dsql_free_statement'
modules/php3/libphp3.a(interbase.o): In function `_php3_ibase_free_query':
/usr/home/kostich/rapache/apache_1.3.6rusPL28.13/php-3.0.9/functions/interbase.c
(.text+0x299): undefined reference to `isc_dsql_free_statement'
modules/php3/libphp3.a(interbase.o): In function `_php3_ibase_free_blob':
/usr/home/kostich/rapache/apache_1.3.6rusPL28.13/php-3.0.9/functions/interbase.c
(.text+0x2eb): undefined reference to `isc_cancel_blob' 

etc ...


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-06-24 08:34 UTC] sas at cvs dot php dot net
fixed in CVS
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 09:01:28 2024 UTC