php-install Digest 15 Jul 2003 23:15:50 -0000 Issue 1462

Topics (messages 11281 through 11284):

php_admin_value extension_dir appears not to work
        11281 by: McDonald Ian

compile php with ibm db2 support
        11282 by: Kyle Mathews

problems with W2K/phpweblog server
        11283 by: jkohl

php 4.3.2, Apahe 1.3.27 on WinXP Probs
        11284 by: Ged

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
Hi,

I'm trying to set the extension_dir in my httpd.conf file. Although
phpinfo.php acknowledges my httpd.conf setting as a 'local setting', the
extension_dir files are not found.

My theory is that although the php_admin_value succeeds in changing the
extension_dir value, it does so *after* the PHP module tries to load the
extensions. Question is: how can I get around this?

The rest of this message is configuration info.

**** The relevant command output: ****

C:\eoasis_server\train_4000>set INSTANCE=train_4000

C:\eoasis_server\train_4000>set
JAVA_HOME=C:\eoasis_server\train_4000\jdk1.3.1_0
2

C:\eoasis_server\train_4000>set PATH=D:\oracle\ora90\bin;C:\Program
Files\Oracle
\jre\1.1.8\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\Program
File
s\Symantec\pcAnywhere\;C:\eoasis_server\dll;C:\Xindice\bin;C:\eoasis_server\
trai
n_4000\dll

C:\eoasis_server\train_4000>set PHPRC=C:\eoasis_server\train_4000

C:\eoasis_server\train_4000>c:\eoasis_server\train_4000\apache\apache.exe
[Tue Jul 15 09:48:02 2003] [warn] Loaded DSO
c:/eoasis_server/train_4000/php/sap
i/php4apache.dll uses plain Apache 1.3 API, this module might crash under
EAPI!
(please recompile it with -DEAPI)
PHP Warning:  Unable to load dynamic library 'c:\php4/php_oci8.dll' - The
specif
ied module could not be found.
 in Unknown on line 0
PHP Warning:  Unable to load dynamic library 'c:\php4/php_xslt.dll' - The
specif
ied module could not be found.
 in Unknown on line 0
[Tue Jul 15 09:48:18 2003] [warn] Loaded DSO modules\mod_jk.dll uses plain
Apach
e 1.3 API, this module might crash under EAPI! (please recompile it with
-DEAPI)

OpenSA/1.0.1 / Apache/1.3.23 (Win32) mod_jk/1.1.0 PHP/4.2.3 running...
(END)

**** My OS and build info from phpinfo: ****

System Windows NT 5.0 build 2195 
Build Date Sep 6 2002 10:38:51 
Server API Apache 
Virtual Directory Support enabled 
Configuration File (php.ini) Path C:\eoasis_server\train_4000\php.ini 
Debug Build no 
Thread Safety enabled
(END)

**** The extension_dir from php_info: ****

extension_dir  C:/eoasis_server/train_4000/Zend_server_2_5/lib/php_ext
c:\php4 
(END)

**** The relevant lines from httpd.conf: ****

LoadModule php4_module c:/eoasis_server/train_4000/php/sapi/php4apache.dll
PHP_ADMIN_VALUE extension_dir
"C:/eoasis_server/train_4000/Zend_server_2_5/lib/php_ext"
(END)


**********************************************************************
This email is from Capula Ltd (Registered No 00953504 England).
Please visit our Website at www.capula.co.uk
Capula - doing IT for you
LEGAL NOTICE

The information contained in this e-mail and any files transmitted with it are 
confidential, may be privileged and are intended solely for the use of the 
individual or entity to whom they are addressed.  If you are not the intended 
recipient any disclosure, copying, retransmission, distribution, dissemination, 
action taken or omitted to be taken in reliance upon this e-mail is strictly 
prohibited and may be unlawful.  If you have received this communication in error 
please notify the sender by e-mail or by telephone on +44(0)1785 827000, delete 
it from your system and destroy any copies of it.

Furthermore, the content of this e-mail is the personal view of the sender and 
does not necessarily represent the advice, views or opinion of Capula Ltd.  In 
particular (but not by way of limitation) Capula Ltd disclaims all responsibility 
and accepts no liability for any e-mails that are defamatory, offensive, racist 
or in any other way are in breach of any third party's rights, including breach 
of confidence, privacy or other rights.

Please note that users should have no expectation that any information they 
transmit or receive over Capula Ltd facilities or stored on Capula Ltd computers 
is or will remain private, and Capula Ltd reserves the right to review these 
records. Capula Ltd reserves the right to intercept, monitor and record 
this e-mail.

Please note that e-mails from Capula Ltd pass through a virus checker but 
e-mails can be intercepted or affected by different viruses.  No warranties 
or assurance are made in relation to the safety and content of this email and 
any attachments and no liability is accepted for any consequences arising 
from it.  The recipient should ensure that the e-mail and attachments (if any) 
are actually virus free.

**********************************************************************


--- End Message ---
--- Begin Message --- Hi,

I'm trying to compile a mandrake php source rpm to include IBM db2 support. I think I've setup the IBM personal connect client correctly based on these instructions.

http://www.php-faq.com/as400.php

After setting this up, I attempted to build the php source rpm and ran into the following error.

2 -march=i686 -fPIC -L/usr/lib -o php -export-dynamic stub.lo libphp_common.la sapi/cgi/libsapi.la
./.libs/libphp_common.so: undefined reference to `SQLParamData'
./.libs/libphp_common.so: undefined reference to `SQLTables'
./.libs/libphp_common.so: undefined reference to `SQLExecDirect'
./.libs/libphp_common.so: undefined reference to `SQLGetInfo'
./.libs/libphp_common.so: undefined reference to `SQLColumnPrivileges'
./.libs/libphp_common.so: undefined reference to `SQLSetConnectOption'
./.libs/libphp_common.so: undefined reference to `SQLFreeConnect'
./.libs/libphp_common.so: undefined reference to `SQLStatistics'
./.libs/libphp_common.so: undefined reference to `SQLSpecialColumns'
./.libs/libphp_common.so: undefined reference to `SQLGetTypeInfo'
./.libs/libphp_common.so: undefined reference to `SQLSetCursorName'
./.libs/libphp_common.so: undefined reference to `SQLAllocConnect'
./.libs/libphp_common.so: undefined reference to `SQLDescribeParam'
./.libs/libphp_common.so: undefined reference to `SQLNumParams'
./.libs/libphp_common.so: undefined reference to `SQLGetCursorName'
./.libs/libphp_common.so: undefined reference to `SQLForeignKeys'
./.libs/libphp_common.so: undefined reference to `SQLTablePrivileges'
./.libs/libphp_common.so: undefined reference to `SQLPrepare'
./.libs/libphp_common.so: undefined reference to `SQLPrimaryKeys'
./.libs/libphp_common.so: undefined reference to `SQLNumResultCols'
./.libs/libphp_common.so: undefined reference to `SQLSetStmtOption'
./.libs/libphp_common.so: undefined reference to `SQLTransact'
./.libs/libphp_common.so: undefined reference to `SQLRowCount'
./.libs/libphp_common.so: undefined reference to `SQLAllocEnv'
./.libs/libphp_common.so: undefined reference to `SQLBindParameter'
./.libs/libphp_common.so: undefined reference to `SQLProcedures'
./.libs/libphp_common.so: undefined reference to `SQLMoreResults'
./.libs/libphp_common.so: undefined reference to `SQLError'
./.libs/libphp_common.so: undefined reference to `SQLColAttributes'
./.libs/libphp_common.so: undefined reference to `SQLFreeStmt'
./.libs/libphp_common.so: undefined reference to `SQLBindCol'
./.libs/libphp_common.so: undefined reference to `SQLGetConnectOption'
./.libs/libphp_common.so: undefined reference to `SQLFetch'
./.libs/libphp_common.so: undefined reference to `SQLProcedureColumns'
./.libs/libphp_common.so: undefined reference to `SQLGetData'
./.libs/libphp_common.so: undefined reference to `SQLConnect'
./.libs/libphp_common.so: undefined reference to `SQLExtendedFetch'
./.libs/libphp_common.so: undefined reference to `SQLFreeEnv'
./.libs/libphp_common.so: undefined reference to `SQLColumns'
./.libs/libphp_common.so: undefined reference to `SQLExecute'
./.libs/libphp_common.so: undefined reference to `SQLDisconnect'
./.libs/libphp_common.so: undefined reference to `SQLAllocStmt'
./.libs/libphp_common.so: undefined reference to `SQLPutData'
collect2: ld returned 1 exit status
make[1]: *** [php] Error 1
make[1]: Leaving directory `/usr/src/RPM/BUILD/php-4.2.3'
make: *** [all-recursive] Error 1
Bad exit status from /var/tmp/rpm-tmp.26729 (%build)


The rpm I'm trying to rebuild is php-4.2.3-1mdk.src.rpm

I would welcome any help with this problem.

Thanks,
Kyle
[EMAIL PROTECTED]


--- End Message ---
--- Begin Message ---
Hello, list!

I've been trying to figure out a problem with a phpweblog, but not had any
response back from the phpweblog mailing list or website, so I'm hoping that
someone on here will know what the problems could be...or maybe the
phpweblog developer hangs out on here as well?

I've got phpweblog installed on a W2K server that is already successfully
running phpboard.  After a few problems, phpweblog installed correctly (or
said it did).  However it still has several problems that I'm unable to
figure out what the problem is...

1) Logins.  For each page in the admin area, I have to login again.  It
appears the login works, but I have to keep logging in for each new page I
step to

2) The second problem is even worse.  If I decide to modify my site, I click
on the page, login, modify my stuff, click "submit", brings me to the login
page again, log in again, then the next page is BLANK, I cannot see
anything.  And therefore, nothing that I change takes.  

Hope someone can help me figure this out...

Cheers!

Jan



--- End Message ---
--- Begin Message ---
I am now tearing my hair out regarding a problem that I am experiencing.

I have successfully loaded apache and that works fine.  However when I go to
hook the php into apache, I constantly have a NET HELPMSG 3534.  Looking
into some discussions around the place has not provided a working answer.

I have in the past successfully loaded php/mysql/apache onto win98, winnt
and win2000 and would have thought that there should be no real surprises
here.

Any assistance in this matter would be greatly appreciated.


Regards,
Ged



--- End Message ---

Reply via email to