Search results

  1. R

    Issues when lsphp compiled with ldap support

    thank you..that was it.
  2. R

    Issues when lsphp compiled with ldap support

    I see the following in stderr.log ld.so.1: lsphp: fatal: libgcc_s.so.1: open failed: No such file or directory I do see the file on my server bash-2.05$ ls -l /usr/local/lib/libgcc_s.so.1 -rw-r--r-- 1 root bin 169356 Sep 15 2004 /usr/local/lib/libgcc_s.so.1 and my...
  3. R

    Issues when lsphp compiled with ldap support

    Hi: I installed openldap in $HOME/usr/local (slapd and sluprd disabled during compilation). I just need the libraries. When compiling PHP, I used '--with-ldap=/export/home/rawlog/usr/local'. Everything looked fine. === ./configure '--prefix=/export/home/rawlog/php-5.1.4' '--with-litespeed'...
  4. R

    Litespeed PHP authenticating against LDAP

    Does the PHP that is compiled with Litespeed server have LDAP authentication functionality built in? Thanks Ravi
  5. R

    Add user/passwd for access to a page

    sorry forgot to mention. Yes they are set as well. All of them are default values except the following: URI /sprint/ Location sprint/ Accessible Yes Realm SprintPolicyPHP Authentication Name Sprint Required user rmalghan Access Allowed * Access Denied N/A Add Default Charset Off...
  6. R

    Add user/passwd for access to a page

    I created a new realm under the Virtual Host Example with the following attributes Realm Name: PolicyPHP UserDB Location $VH_ROOT/conf/spt-passwd and added a user to the file GroupDB Location $VH_ROOT/conf/spt-htgroup cache and timeout: 200, 60 Created a new static type context with...
  7. R

    Add user/passwd for access to a page

    Hi: I can't seem to find any links to "authentication realm configuration" at http://www.litespeedtech.com/docs/. Where can I find this? Thanks Ravi
  8. R

    Add user/passwd for access to a page

    Hi: I have created a php page and want to add security to the page. I know the data needs to be in the ~lsws/DEFAULT/conf/htpasswd. How do I add a new username/passwd and link it to a php file or directory. Thanks Ravi
  9. R

    Installing Oracle support for litespeed

    I wanted to install litespeed with oracle support under my home directory on a solaris server. Thought I will share with the user community. Assumptions 1. Oracle client is installed on the server with the following environments LD_LIBRARY_PATH=/export/home/rawlog/oracle/lib...
  10. R

    Install help for connecting to oracle database

    finally got it to work!!! I had to use the following two lines in the php script. PutEnv("LD_LIBRARY_PATH=/export/home/rawlog/oracle/instantclient_10_2"); PutEnv("ORACLE_HOME=/oracle/g01/software/rdbms/9.2.0.6"); Any ideas why the lsphp doesn't use these environment variables? I will...
  11. R

    Install help for connecting to oracle database

    Now I get the following error in stderr.log when I try to run a simple oracle connect. Looks like it still has some problems with LD_LIBRARY_PATH 2007-02-07 13:17:43.536 [NOTICE] [199.11.4.59:6443-0#Example] [STDERR] PHP Warning: ocilogon() [<a href='function.ocilogon'>function.ocilogon</a>]...
  12. R

    Install help for connecting to oracle database

    I am sorry, not sure I understand what that means. Is this a particular file or something I need to add before compiling? Thanks RM
  13. R

    Install help for connecting to oracle database

    Hi: after compiling and completing all the steps, When I try to access a php page with oracle functions, I get a page saying 504 Service Unavailable I notice the following error in /lswsinstall/logs/stderr.log ld.so.1: lsphp: fatal: libnnz10.so: open failed: No such file or directory...
  14. R

    make install errors out

    Found my problem. Had to run make install INSTALL_ROOT=/export/home/rawlog/php-5.1.4 Thx ravi
  15. R

    make install errors out

    Hi: After I finish the make, why is the make install trying to install man in /man? For some reason the prefix is not going through to the script. bash-2.05$ make install Installing PHP SAPI module: litespeed Installing PHP CLI binary: /export/home/rawlog/php-5.1.4/bin/ Installing...
  16. R

    Issues when compiling PHP4 with LSAPI

    Found the problem...just installed GNU make and GNU m4. It works now. Thanks
  17. R

    Issues when compiling PHP4 with LSAPI

    I am following the exact steps outlined in the wiki. I downloaded and untarred php-5.1.4.tar.gz using -> wget http://us3.php.net/get/php-5.1.4.tar.gz/from/us2.php.net/mirror. Then downloaded php-litespeed-2.4.tar to $HOME/php-5.1.4/sapi/. The litespeed application is in $HOME/lsws...
  18. R

    Issues when compiling PHP4 with LSAPI

    Hi: I am trying to add support for oracle. When I try to compile (http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:php:lsapi), I am having trouble running buildconf (Step 4). bash-2.05$ ./buildconf --force Forcing buildconf using default Zend directory buildconf...
  19. R

    Install help for connecting to oracle database

    Hi: Sorry I am new to PHP and am trying to understand what I have to do and why. In the perl world, I would install perl and add the DBI and DBD:Oracle modules to be able to connect to a oracle database. But in the PHP world you are saying the PHP does not come with modules/libraries necessary...
  20. R

    Install help for connecting to oracle database

    One more question. Do I need to have oracle client installed on the machine where I am installing the LiteSpeed and PHP? Thanks Ravi
Top