Mathias,
Might be a couple of things.  I am not familiar with ioncube.  Most
libraries must be compiled into the astlinux environment because of uClib.
Not sure if this is the issue.

Also, mini-httpd treats php as a cgi program using binfmt_misc in the
kernel, so mini-httpd has nothing to do with it other than to call
/usr/bin/php {script} when called and return the output from this "cgi"
program.

Php should be using /usr/lib/php.ini but I am not sure about your library.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mathias WOLFF
Sent: Tuesday, December 19, 2006 12:20 PM
To: [EMAIL PROTECTED]
Subject: [Astlinux-users] mini-httpd



Tony,
 
Thanks, it is working now. I have forgotten to modify the rc.conf file.
 
I have an another pb. I have to use ionCube. Fot that i have to loab the
ioncube loader. 
I have created a php.ini file in /usr/lib, added zen_extension =
/path/ioncube/ioncube_loader_lin_4.3.so
 
But it seems not be loaded.
 
Is mini-httpd use an php.ini file ?
How to resolve my pb ?
 
Thanks
 
Mathias
------------------------------

Message: 2
Date: Mon, 18 Dec 2006 15:39:36 -0600
From: "Tony Plack" <[EMAIL PROTECTED]>
Subject: Re: [Astlinux-users] mini-httpd
To: "'Discussion of AstLinux - Asterisk on Compact Flash'"
        <[EMAIL PROTECTED]>
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"

Because I have the following in /etc/asterisk/asterisk.conf

[options]
verbose = 20     ; Verbosity level for logging (-v)


asterisk will not fork a thread.

So I have this pseudo diff into /etc/init.d/asterisk script at line 107


    if [ -r /etc/asterisk/extensions.conf ]
    then
-    asterisk -p
+    asterisk -p &
    fi


Note that all I added to this line was the &.

Hope this helps.



_______________________________________________
Astlinux-users mailing list
[email protected]
http://lists.kriscompanies.com/mailman/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to [EMAIL 
PROTECTED]

Reply via email to