php-install Digest 23 Oct 2002 02:19:50 -0000 Issue 1082

Topics (messages 8878 through 8884):

Re: Error on POST method
        8878 by: toby -

[php 4.2.3] trouble in setting up debugger
        8879 by: Dennis Leist

php4.1.2 and java
        8880 by: rainer

Re: PHP and AIX
        8881 by: Ryan Smith

Re: PHP install problem, engine not parsing php files
        8882 by: John Coder

Compiling XSLT extensions
        8883 by: Shane

no variable passing
        8884 by: Warren Mason

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 ---



aaa

vat kindda problem ?????



toby .....

_________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

--- End Message ---
--- Begin Message --- I have troubles in setting up the debugger. My php.ini goes like this:


debugger.host = 192.168.1.99
debugger.port = 7869
debugger.enabled = True

But when checking these values via phpinfo() I never see entries concerning the debugger, except from 'Debug Build: yes'.

What is missing?


ccD

--- End Message ---
--- Begin Message ---
hi list,
i have problems to install my php4.1.2 with the java extension!
my system configuration is:
- win 2k pro
- apache 1.3.22 (path is "c:\apache")
- php4.1.2 (path is "c:\php")
- j2sdk1.4.0.02 (path is "c:\j2sdk1.4.0_02" and "c:\j2sdk1.4.0_02\jre")

i have uncommented in php.ini "extension=php_java.dll" and even copied this
file to the "c:\winnt\system32" folder.
further more i have added at the end pf "php.ini" following "java section":

[Java]
java.class.path = "C:\PHP\java\php_java.jar"
java.home = "C:\j2sdk1.4.0_02\jre"
java.library = "C:\j2sdk1.4.0_02\jre\bin\server\jvm.dll"
java.library.path = "C:\j2sdk1.4.0_02\jre\lib"

after restarting the apache webserver i called up following little
testscript (phpjavatest1.php):

<?php
 $system = new Java("java.lang.System");
 print "Java version=".$system->getProperty("java.version")." <br>\n";
 print "Java vendor=".$system->getProperty("java.vendor")." <p>\n\n";
 print "OS=".$system->getProperty("os.name")." ".
    $system->getProperty("os.version")." on ".
    $system->getProperty("os.arch")." <br>\n";
    $formatter = new Java("java.text.SimpleDateFormat",
    "EEEE, MMMM dd, yyyy 'at' h:mm:ss a zzzz");
 print $formatter->format(new Java("java.util.Date"))."\n";
?>

instead of a correct printout i get following error message on my ie6
browser:
"Fatal error: java.lang.UnsatisfiedLinkError: no php_java in
java.library.path in d:\webroot\phpjavatest1.php on line 2"

so now i'm stucked and i have no idea anymore what to do. please will
somebody help me with
an understandable (for a newbee) installation information?
maybe my php version does not assist java correct?

thanks in advance
raibru
[EMAIL PROTECTED]



--- End Message ---
--- Begin Message ---
There's been a bit of confusion on this, so let me try to clear up where the
problem is:

I'm not talking about the Apache module which contains PHP (libphp4.so).
That compiles and works fine.

I am talking about extensions to PHP contained within modules that are
loaded into PHP at runtime.  Like LDAP (libldap.so) or custom extensions.
This means specifying the extension and it's path in the php.ini file or
using the dl() function in PHP.

I did download this RPM, and it cannot load dynamic extensions either.

Has ANYONE gotten this to work under AIX?  If so, I'd really like to hear
about it.  So far,
I've gotten only negative responses, and am convinced that it is broken.

  --Ryan



> -----Original Message-----
> From: Dirk Kastens [mailto:Dirk.Kastens@;Uni-Osnabrueck.DE]
> Sent: Tuesday, October 22, 2002 1:23 AM
> To: [EMAIL PROTECTED]
> Subject: Re: PHP and AIX
>
>
> Ryan,
>
> install the AIX toolbox rpm package and get the php package
> from the IBM site:
>
> http://www-1.ibm.com/servers/aix/products/aixos/linux/download.html
>
> The package only contains the dynamic module.
>
> Dirk
>
>
>

--- End Message ---
--- Begin Message ---
On Mon, 2002-10-21 at 22:45, M. Ben Nicolas wrote:
> I have attempted to compile and install PHP using the 'Static' method
> described in the INSTALL file that comes  with php
> 
> php configured with:
> ./configure --with-mysql --with-pgsql --with-apache=/usr/local/apache/apache
> _1.3.22/
> 
> php.ini was copied to:
> /usr/local/lib/php.ini
> 
> I have un-commented in my httpd.conf file:
> AddType application/x-httpd-php .php
> 
> apache installed in
> /usr/local/apache
> 
> apache configured with
> ./configure --prefix=/usr/local/apache/ --activate-module=src/modules/php4/l
> ibphp4.a
> 
> Apache was already installed and working with mod perl, I just went into
> /usr/local/apache/apache_1.3.22  stopped the web server and ran the line
> above
> (and then make & make install of course)
> 
> how can I check to make sure the libphp4 module was activated properly and
> that apache is using it?
> I see nothing about a php module when I do a httpd -l, it gives me this
> Compiled-in modules:
>   http_core.c
>   .
>   .
>   .
>   mod_perl.c
> suexec: disabled; invalid wrapper /usr/local/apache/bin/suexec
> do I need to install mod_php?  It doesn't say anything about doing this in
> the INSTALL file?

if I remeber correctly you need apache with mod.so also configured if
you ar doing it as a dynamic library. siince the response to you doing
httpd -l doesn't say anything about it being there that is probably the
culprit.

John Coder

--- End Message ---
--- Begin Message ---
    Okay, I will tell you straight off the bat that I'm a linux newbie.
Also, this is my first time ever dealing with extensive server/php
installation.

    Basically I've been messing with a box with Linux Redhat 7.1 on it, and
I need to compile it with Apache 2 with PHP as a DSO. PHP needs to have the
XSLT extension installed.

    I know that XSLT needs the Sablotron library and Sablotron needs the
Expat library, but I don't know how to install both of those. I can't use
the RPM's because they say that they're already installed and/or they come
across errors, so I'm compiling them too. I think I have compiled them both,
but PHP is kicking back a "error: no backend specified for XSLT" or
something similar to that. Is there anyway that I can specify the dir for it
when configuring PHP?

    If anyone could post a rundown of the installation process, then I would
greatly appreciate it. If not, just kick back an article or tell me that I'm
stupid... anything would be helpfull at this point; I'm just completly
studdered now.

Thanks,
Shane "Cheetos" P.


--- End Message ---
--- Begin Message ---
I have a strange problem in that no variables are being passed between a
form and the called php page. It works with a cgi script but if the called
page is a .php one then the data isn't passed across. I asked the admin of
the system about it and he said to use $_POST to get the variable ( eg:
$Suburb = $_POST["Suburb"]; ). Now while this works most of the time it
doesn't work for all functions. Can anyone tell me what is missing from the
config that could cause this?

php-4.2.3 & apache_1.3.24

Cheers,

Warren




***************************************************************
This message is intended for the addressee named and 
may  contain confidential information. If you are not the 
intended recipient, please delete it and notify the sender. 
Views expressed in this message are those of the 
individual sender, and are not necessarily the views of the
Department of  Information Technology & Management.

This email message has been swept by MIMEsweeper 
for the presence of computer viruses.
***************************************************************

--- End Message ---

Reply via email to