php-install Digest 17 May 2001 05:37:10 -0000 Issue 312
Topics (messages 3180 through 3183):
ext/java or SO problem on MacOS X
3180 by: Karl Kuehn
Make errors with 4.0.5
3181 by: Closeout Distributors
Where can i find the windows file?
3182 by: Mikee
PHP & Sablotron
3183 by: Rohan Amin
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]
----------------------------------------------------------------------
I am trying to install support for ext/java (PHP 4.0.5 on MacOS X
10.0.3 with the pre-installed Apache), and after a little bit of hacking
on the ./configure file I have gotten it to successfully compile (once I
am sure that this can work I will give back my *trivial* changes). But
when test it with the standard jver.php file, I only get the message:
Fatal error: Cannot instantiate non-existent class: java in
/Library/WebServer/Documents/jver.php on line 5
I take/took this to mean that the shared object is not loading, so
PHP thinks I am just failing to define a class. Here is the other
kicker: when I look at phpinfo I get a message (the rest of the info
looks fine):
Dynamic Library support not available
I checked on another box I run (same OS/Apache/PHP versions..
different compile options), and it also reports the same thing. So here
is my real question: Is there some way to allow the ext/java object to
load (am I guessing right here?)? or is there a way to force the
ext/java to be compiled into the PHP Apache Shared Object? Or is there
another, better way of getting a hold of the single Java object I need
to use?
Karl Kuehn
[EMAIL PROTECTED]
I am running the following:
Freebsd4.2-RELEASE
Apache 1.3
I have in the past successfully configured and installed PHP 4.0.1pl2.
I am trying to get upgrade to 4.0.5 with support for PayFlow Pro.
I successfully configured as thus: ./configured --with-apxs
After running make, I get the following error:
dns.c: In function `php_if_checkdnsrr':
dns.c:188: `T_MX' undeclared (first use in this function)
dns.c:188: (Each undeclared identifier is reported only once
dns.c:188: for each function it appears in.)
dns.c:197: `T_A' undeclared (first use in this function)
dns.c:198: `T_NS' undeclared (first use in this function)
dns.c:200: `T_PTR' undeclared (first use in this function)
dns.c:201: `T_ANY' undeclared (first use in this function)
dns.c:202: `T_SOA' undeclared (first use in this function)
dns.c:203: `T_CNAME' undeclared (first use in this function)
dns.c:212: `C_IN' undeclared (first use in this function)
dns.c: In function `php_if_getmxrr':
dns.c:242: `HEADER' undeclared (first use in this function)
dns.c:242: `hp' undeclared (first use in this function)
dns.c:243: syntax error before `*'
dns.c:281: `i' undeclared (first use in this function)
dns.c:281: `C_IN' undeclared (first use in this function)
dns.c:281: `T_MX' undeclared (first use in this function)
dns.c:286: syntax error before `)'
dns.c:287: `cp' undeclared (first use in this function)
dns.c:288: `end' undeclared (first use in this function)
*** Error code 1
Stop in /usr/home/catfish/usr/local/php-4.0.5/ext/standard.
*** Error code 1
Stop in /usr/home/catfish/usr/local/php-4.0.5/ext/standard.
*** Error code 1
Stop in /usr/home/catfish/usr/local/php-4.0.5/ext.
*** Error code 1
Stop in /usr/home/catfish/usr/local/php-4.0.5.
Could someone please let me know what is going on here. It seems as though a file is
missing somewhere. I have even downloaded the version 3 times.
darin
Ok i am a total newbie at programing PHP, what i need help with is:
When i run the installer, it installs up until 99% after that it gives me
some unknown message saying that it can't find this1 files on my comp. ok ok
so now you are saying: RTFM!!!
well i am saying: I DID.
Now i have looked in every nook and crany around the internet and i still
don't have any luck. Can someone please tell me where to find the file!!!
The file is called: mscomctl.ocx
Thanks
Mikee
Hello,
I am trying to install PHP with Sablotron support on Redhat 7.0. I am using
the -with-sablot option in the configure script and everything seems to
compile but when running phpinfo(), sablotron support doesn't show up. Any
idea where I start to find the root of this problem?
Thanks,
Rohan Amin