- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Compile ruby on hpux
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
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
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
11-04-2015 11:07 AM
11-04-2015 11:07 AM
Compile ruby on hpux
I want to compile ruby 2.0 on hpux
I try this config
export CC="/opt/aCC/bin/cc -Ae" export CFLAGS="-O" ./configure --prefix=/opt/ruby --disable-install-doc --enable-pthread --enable-shared --without-gcc --disable-rpath --with-baseruby CPPFLAGS='-I/usr/local/include' LDFLAGS='-L/usr/local/lib/hpux32 -lz' gmake clean gmake SOLIBS="-lpthread -lrt -ldld -ldl -lm -lz" -j3 gmake SOLIBS="-lpthread -lrt -ldld -ldl -lm -lz"
i got this
/usr/lib/hpux32/dld.so: Unable to find library 'libz.so'. Makefile:995: recipe for target '.rbconfig.time' failed gmake: *** [.rbconfig.time] Killed
libz.so is installed and is on
/usr/local/lib/hpux32/libz.so
Any suggestion please?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2015 09:51 AM
11-05-2015 09:51 AM
Re: Compile ruby on hpux
>I try this config
That LDFLAGS seems fine. But is it passed to ld(1) or cc(1)?
What does chatr(1) show on your executable?
And what was the executable being executed in that error from gmake?
>libz.so is installed and is on
What does this show: file /usr/local/lib/hpux32/libz.so