- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Dependencies on C library
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
Forums
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
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
06-02-2005 08:09 PM
06-02-2005 08:09 PM
ld: Can't find library or mismatched ABI for -lrrd
I am sure that I didn't mixed 32 and 64bit mode. The dependencies in Makefile are:
# --- MakeMaker depend section:
RRDs.c : ../src/.libs/librrd.a
I checked the folder and the library exists as file.
What could be the reason for this error?
Thank you.
Solved! Go to Solution.
- Tags:
- ABI mismatch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 08:14 PM
06-02-2005 08:14 PM
Re: Dependencies on C library
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 08:20 PM
06-02-2005 08:20 PM
Re: Dependencies on C library
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 08:22 PM
06-02-2005 08:22 PM
Re: Dependencies on C library
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 08:38 PM
06-02-2005 08:38 PM
Re: Dependencies on C library
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 09:02 PM
06-02-2005 09:02 PM
Re: Dependencies on C library
I could try this, if suitable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 09:06 PM
06-02-2005 09:06 PM
Re: Dependencies on C library
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 11:18 PM
06-02-2005 11:18 PM
Re: Dependencies on C library
RRDs.c : ../src/.libs/librrd.a
What do you want to do by making a .c file depend on an .a
Try like
RRDs.c : ../src/*.h
RRDs.o : libs/librrd.a
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 11:20 PM
06-02-2005 11:20 PM
Re: Dependencies on C library
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 11:26 PM
06-02-2005 11:26 PM
Re: Dependencies on C library
Do you have the latest gcc compiler and binutils? if not see: http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,547,00.html
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 11:46 PM
06-02-2005 11:46 PM
Re: Dependencies on C library
I also have the gcc-3.4.3 from HP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 11:49 PM
06-02-2005 11:49 PM
Re: Dependencies on C library
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 11:56 PM
06-02-2005 11:56 PM
Re: Dependencies on C library
http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
and there is a perl-shared directory in it. There are the sources of the module.
There is no separate RRDs module on CPAN.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2005 12:14 AM
06-03-2005 12:14 AM
Re: Dependencies on C library
this was produced by the Makefile.PL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2005 12:23 AM
06-03-2005 12:23 AM
Re: Dependencies on C library
which format is the gcc 4.0.0 depot, it ends with gz, but cannot be extracted with gunzip?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2005 12:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2005 12:34 AM
06-03-2005 12:34 AM
Re: Dependencies on C library
No other follow ups on this: http://lists.ee.ethz.ch/rrd-users/msg09767.html
Read this: http://www.realvnc.com/pipermail/vnc-list/2003-April/038568.html
Where did you get the cgilib?
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2005 12:46 AM
06-03-2005 12:46 AM
Re: Dependencies on C library
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2005 01:03 AM
06-03-2005 01:03 AM
Re: Dependencies on C library
I downloaded rrdtool-1.0.49 and it doesn't require any packages, as the last versions.