In preparation for z/OS 2.1 PDF only documentation,  I'm trying to get 
bookmanager bookserver working on z/OS 1.13.  I'm adding it to an existing http 
server that is working serving up other stuff.  I've gone through all the steps 
in the program directory,  added the following to httpd.conf:

#                                                                               
      
#    URLs for Bookmgr Server                                                    
      
#                                                                               
      
Exec            /bookmgr-cgi/bookmgr.cmd*    /usr/lpp/booksrv/cgi-bin/EPHBOOKS* 
      
Exec            /bookmgr-cgi/bookmgr.exe*    /usr/lpp/booksrv/cgi-bin/EPHBOOKS* 
      
Exec            /bookmgr-cgi/*               /usr/lpp/booksrv/cgi-bin/*         
      
                                                                                
      
Pass            /bookmgr/*          /usr/lpp/booksrv/public/bookmgr/*           
      
Pass            /libraryserver/*    
/usr/lpp/booksrv/public/bookmgr/libraryserver/*   
                                                                                
       
When I try to go to http://your.hostname/bookmgr-cgi/EPHBOOKS/administration

I get these messages in cgi-error.Sep292015:

CEE3501S The module liblogwrtB.so was not found.             
         The traceback information could not be determined.  


I verified that liblogwrtB.so is indeed in the /usr/lpp/booksrv/cgi-bin/  
directory.
Any other ideas on what to check?  This thing is pretty old, it should work 
without too much trouble....

thanks
Dana

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to