- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: problem running sun one/iplanet web server wit...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-08-2003 07:40 AM
тАО09-08-2003 07:40 AM
problem running sun one/iplanet web server with PHP module on HP-UX
The error message is
"Configuration initialization failed: Error running init function load-modules: dlopen of /opt/iplanetweb/servers/bin/libphp4.sl failed (No such file or directory)"
These are the changes I have made:
1)modify "start" script
added /usr/local/lib to LD_LIBRARY_PATH
(also tried adding /opt/iplanetweb/servers/bin to LIBRARY_PATH as well without success)
2)modified "mime.types"
added type=magnus-internal/x-httpd-php exts=php,php3,php4,phtml
3)modified "magnus.conf"
added
Init fn="load-modules" funcs="php4_init,php4_close,php4_execute,php4_auth_trans" shlib="/opt/iplanetweb/servers/bin/libphp4.sl"
Init fn="php4_init" LateInit="yes" errorString="Failed to initialize PHP!" [php_ini="/usr/local/lib/php.ini"]
4)modified "obj.conf"
added
AuthTrans fn="php4_auth_trans"
Service fn="php4_execute" type="magnus-internal/x-httpd-php"
I tested the module with a command line execution (saw it on the forum somewhere, wish I could find it again) and it passed that.
I've actually found similar posts for the same problem but have yet to find a solution :(
Any suggestions?
Thanks, Masaki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-09-2003 09:14 AM
тАО09-09-2003 09:14 AM
Re: problem running sun one/iplanet web server with PHP module on HP-UX
finally, you can use tusc (ftp://ftp.cup.hp.com/dist/networking/tools/) to trace the system calls of the dlopen() to see the precise errors happening when it tries to load you module.
if all else fails, you could try the Zeus or Apache webservers :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-09-2003 10:01 PM
тАО09-09-2003 10:01 PM
Re: problem running sun one/iplanet web server with PHP module on HP-UX
--
ranga
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-11-2003 09:05 AM
тАО09-11-2003 09:05 AM
Re: problem running sun one/iplanet web server with PHP module on HP-UX
I removed PHSS_28434 and added PHSS_26559, but it had no effect on my particular problem.
The errors that I still get when trying to start the web service are:
/usr/lib/dld.sl: Unresolved symbol: __udivdi3 (code) from /usr/local/lib/libphp4.sl
/usr/lib/dld.sl: Unresolved symbol: __umoddi3 (code) from /usr/local/lib/libphp4.sl
When I run chatr libphp4.sl, I get:
libphp4.sl:
shared library
shared library dynamic path search:
SHLIB_PATH disabled second
embedded path enabled first /home-services/gnu/php/builtin-mysql-php-4.3.2/libs
internal name:
libphp4.sl
shared library list:
dynamic /usr/local/lib/libz.sl
dynamic /usr/lib/libm.2
dynamic /usr/lib/libnsl.1
dynamic /usr/lib/libpthread.1
dynamic /usr/lib/libc.2
shared vtable support disabled
static branch prediction disabled
executable from stack: D (default)
kernel assisted branch prediction enabled
lazy swap allocation disabled
text segment locking disabled
data segment locking disabled
third quadrant private data space disabled
fourth quadrant private data space disabled
third quadrant global data space disabled
data page size: D (default)
instruction page size: D (default)
nulptr references disabled
There's no reference to LD_LIBRARY_PATH so does that mean it's not enabled?
As for tusc, I'm still trying to figure out what it's telling me :)
Masaki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-11-2003 09:16 AM
тАО09-11-2003 09:16 AM
Re: problem running sun one/iplanet web server with PHP module on HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-11-2003 11:33 AM
тАО09-11-2003 11:33 AM
Re: problem running sun one/iplanet web server with PHP module on HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-11-2003 08:39 PM
тАО09-11-2003 08:39 PM
Re: problem running sun one/iplanet web server with PHP module on HP-UX
--
ranga