1832650 Members
3125 Online
110043 Solutions
New Discussion

logrotate

 
TOMAS BERNABEU
Frequent Advisor

logrotate

Hello all !
I need some version of logrotate depot > or = 2.6 .
where I can obtain them?
8 REPLIES 8
Rick Garland
Honored Contributor

Re: logrotate

I have been unable to find the depot for HPUX.

Need to compile from source.
Alan Meyer_4
Respected Contributor

Re: logrotate

http://packages.debian.org/stable/admin/logrotate
" I may not be certified, but I am certifiable... "
Norman_21
Honored Contributor

Re: logrotate

Here it is:
http://hpux.connect.org.uk/hppd/hpux/Sysadmin/logrotate-2.5/

"Attitudes are contagious, is yours worth catching"/ My first point was given by SEP on January 31, 2003
Matthew_50
Valued Contributor

Re: logrotate

unfortunately, there is no depot build >=2.6, you have to compile from the source on your own, it's very simple.

1. get the tarball from http://ftp.debian.org/debian/pool/main/l/logrotate/logrotate_3.7.1.orig.tar.gz

2. extract the tarball, then check the install steps in README.HPUX
TOMAS BERNABEU
Frequent Advisor

Re: logrotate

after compiling, it gives Core dump.

??
Norman_21
Honored Contributor

Re: logrotate

Tomas,

run "what " and post the result.

Were you able to compile without issues?

binutils 2.9.1
gcc 2.95.2 or higher
make 3.78.1 or higher
popt
libhplx library

you'll find these in the HP-UX porting Archive site.

I was able to compile logrotate-3.7.1 and I created a depot. If you want it, I can post it here but it's pre-compiled under HPUX 11.23 PA

Let me know
"Attitudes are contagious, is yours worth catching"/ My first point was given by SEP on January 31, 2003
platpat
New Member

Re: logrotate

Hi Tomas,

would be fine if you could post or send me the logrotate 3.7 binary.

Many thanks
Patrick
Dennis Handly
Acclaimed Contributor

Re: logrotate

>LATIF: what

I'm not sure why you think what(1) on the corefile will be of much help. A better tool is to use file(1) then gdb to get a stack trace.