Re: Jetspeed 2 and PHP Bridge

2006-05-25 Thread Adrián Santos
2006/5/24, Philip Mark Donaghy <[EMAIL PROTECTED]>: Did you try testing on the command line? php applications/php/target/php/test.php I don't known where are this file but, the following execution works perfectly: [EMAIL PROTECTED]:~/ApacheJetspeed2.0/webapps/php$ pwd /home/lagoon/ApacheJe

Re: Jetspeed 2 and PHP Bridge

2006-05-24 Thread Philip Mark Donaghy
Did you try testing on the command line? php applications/php/target/php/test.php On 5/24/06, Philip Mark Donaghy <[EMAIL PROTECTED]> wrote: Sorry thats for generic cgi scripts. On 5/24/06, Adrián Santos <[EMAIL PROTECTED]> wrote: > Hi Philip, > > > > Jetspeed executes the php that is present

Re: Jetspeed 2 and PHP Bridge

2006-05-24 Thread Philip Mark Donaghy
Sorry thats for generic cgi scripts. On 5/24/06, Adrián Santos <[EMAIL PROTECTED]> wrote: Hi Philip, > Jetspeed executes the php that is present in the first line of the > script. Is that the same executable that you are building (I've > haven't built php myself)? Can you run the php script ex

Re: Jetspeed 2 and PHP Bridge

2006-05-24 Thread Adrián Santos
Hi Philip, Jetspeed executes the php that is present in the first line of the script. Is that the same executable that you are building (I've haven't built php myself)? Can you run the php script externally. And does the user running jetspeed have the same LD_LIBRARY_PATH set? We are trying

Re: Jetspeed 2 and PHP Bridge

2006-05-24 Thread Philip Mark Donaghy
On 5/24/06, Adrián Santos <[EMAIL PROTECTED]> wrote: Hi, we are trying to run the demo php portlet into jetspeed 2 but the portlet fail with the following error: java.lang.UnsatisfiedLinkError: startup at com.itgroundwork.portlet.php.servlet.startup(Native Method) at com.itground

Jetspeed 2 and PHP Bridge

2006-05-24 Thread Adrián Santos
Hi, we are trying to run the demo php portlet into jetspeed 2 but the portlet fail with the following error: java.lang.UnsatisfiedLinkError: startup at com.itgroundwork.portlet.php.servlet.startup(Native Method) at com.itgroundwork.portlet.php.servlet.init(servlet.java:205) a