Status HP-UX 11i v1 (11.11)
list Lars Ebeling
Hi All, I downloaded RC3 and started install. First try resulted in atoll (code) was undefined. Got a patch that changed atoll to strtoll. But that also went wrong. After searching for strtoll and hpux I found out something about secret handshake #define strtoll __stroll What's that ? I don't know but I put it in beginning of dodisk.c and the make went well. I have applied and removed and applied patch . But bbtest and hobbit_larrd crash. I was optimistic and installed RC3 over RC2 ( /home/hobbit). But I had a backup. So back to backup. I moved the RC3 files to /home/hobbitc3 and started with make clean, congfigure, make and make install. In configuration I changed every hobbit to hobbitc3. But still the URL /hobbit-seccgi was unchanged. I think all URL's was unchanged. Another thing. I have perl installed as /usr/local/bin/perl That has to be changed in maint.pl. I think that was all for now. Regards Lars
list Henrik Størner
▸
On Fri, Feb 25, 2005 at 06:49:56AM +0100, lars ebeling wrote:
I downloaded RC3 and started install. First try resulted in atoll (code) was undefined.
Yeah, portability is a beast. I'll add some code to handle atoll to the do_disk.c code, so you won't have to mess with this.
▸
Another thing. I have perl installed as /usr/local/bin/perl That has to be changed in maint.pl.
Ah yes - the configure script should probably check for the location of perl and adjust maint.pl accordingly. Regards, Henrik