Hello guys, I also still having problems with rrdtool under HP-UX but I have not always the time to work on it. See my different mails in the mailing list.
I was able to compile rrdtool with static linkingtype. (see link below). http://www.ee.ethz.ch/~slist/rrd-users/msg01943.html During the make install I had the following error: install: perl-shared/blib/arch/auto/RRDs/RRDs.bs does not exist *** Error exit code 1 and install: perl-shared/blib/arch/auto/RRDs/RRDs.sl does not exist *** Error exit code 1 These two files I received from [EMAIL PROTECTED] and copied those into the right place.Thanks Frederic. After the compiling process I did a make site-perl-install so RRDTOOL was able to find all libraries. This does not mean that RRDTOOL is working now. Executing the binary rrdtool is resulting now in a coredump (I use rddtool in conjunction with Big Brother http://bb4.com). /usr/local/bb14h/ext/larrd/la-graph.sh[88]: 19207 Memory fault(coredump) /usr/local/bb14h/ext/larrd/la-graph.sh[54]: 19277 Memory fault(coredump) /usr/local/bb14h/ext/larrd/la-graph.sh[66]: 19360 Memory fault(coredump) There must be someone who was able to compile RRDtool under HP-UX. (Frederic ;-) I think there is a need for a special procedure to follow for getting RRDtool compiled on HP-UX. Hoping it will work on a day I'm waiting for the guru's answer. Yves... Nice to hear that there is hope... I'm trying to build from the latest rrdtool-1.0.28 tar ball. I'm using the following packages under HP-UX 10.20 (from the HP porting center): binutils-2.9.1-sd-10.20.depot.gz gcc-2.95.2-sd-10.20.depot.gz perl-5.6.0-sd-10.20.depot.gz make-3.79-sd.10.20.depot.gz -- plus -- autoconfig-2.13-sd-10.20.depot.gz gzip-1.2.4a-sd-10.20.depot.gz m4-1.4-sd-10.20.depot.gz After the swinstalls, I modified my /etc/PATH to include all the /opt/*/bin directories of the packages above. I have installed these packages on a virgin machine (no Softbench or other HP compilers installed) and still no success. Did you use the HP porting center's packages? Or did you build gcc/binutils/perl from scratch? Am I missing something I need to get the compile working? How did you configure? I have tried a few ways... sh ./configure --prefix=/opt/rrdtool-1.0.28 --and-- sh ./configure --prefix=/opt/rrdtool-1.0.28 --enable-shared With the above configurations, I get problems when building the perl-shared subdirectory. The error is that it cannot find the rrd_private library (which does appear to be at ../src/.libs). The '--enable-shared' flag does not seem to make a difference in getting this error. Specifically, from the perl-shared directory, I run a gmake and get the following: LD_RUN_PATH="" ld -o blib/arch/auto/RRDs/RRDs.sl -b -s -a shared RRDs.o -L../src/.libs/ -lrrd_private -lm ld: Can't find library for -lrrd_private gmake: *** [blib/arch/auto/RRDs/RRDs.sl] Error 1 Is there something obviously wrong here that I'm missing? --Nathan Nathan Harris P-Com, Inc. ----- Original Message ----- From: "Kurt Andersen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 27, 2000 3:14 PM Subject: Re: [rrd-users] HELP: Compile on HP-UX 10.20 > "Nathan Harris" <[EMAIL PROTECTED]> wrote: > > After searching the mail list archives, it does not appear > > that anyone has been able to compile RRDtool under HP-UX > > 10.20 (or 11.00) with much success. I have been hacking at > > it for about a week now with little success. I have tried > > all the gcc stuff (plus HP Softbench with ANSI C compiler). > > No combination seems to work. > > > > Has anyone had success compiling under HP-UX? > > > > Thanks in advance, > > I had no particular problem building it with gcc 2.95.2 on either > 10.20 or 11.x. I build the 1.0.26 straight out of the tgz-box. > > --Kurt > > > -- > Kurt Andersen <[EMAIL PROTECTED]> > Agilent Technologies Postmaster > Global Messaging Team, Agilent Technologies > (509) 921-3792 > -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi **** DISCLAIMER **** "This e-mail and any attachments thereto may contain information which is confidential and/or protected by intellectual property rights and are intended for the sole use of the recipient(s) named above. Any use of the information contained herein (including, but not limited to, total or partial reproduction, communication or distribution in any form) by persons other than the designated recipient(s) is prohibited. If you have received this e-mail in error, please notify the sender either by telephone or by e-mail and delete the material from any computer. Thank you for your cooperation." -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
