[Persistentperl-users] RH 9.0 idiosyncracies
Brought to you by:
samh
From: Jay L. <ja...@in...> - 2003-05-26 15:48:22
|
I am doing a generic build of PersistentPerl on a stock RedHat 9.0 system. After a bit of digging I found: http://216.239.41.100/ search?q=cache:PiFj1lO2YOkJ:turtle.ee.ncku.edu.tw/openwebmail/doc/ readme.txt+setdefout&hl=en&ie=UTF-8 src/speedy_perl.c needs the following added: #ifndef setdefout # define setdefout(a) Perl_setdefout(aTHX_ a) #endif As well, I am finding that the make package process is no longer working. For RedHat 9 (and 8 I think) rpm has been upgraded. Now you need to use the command "rpmbuild -bb" instead of "rpm -bb". Unfortunately there are a few more changes which I am not capable of figuring out - the spec file needs to changed in some way. Hope that helps, Jay |