I was wondering if anyone has a compatible function to replace strptime. this is a function that is not included in BSDI (4.0+ a least) if no one has coded a replacement, i would be willing to add another patch to fix it. otherwise, you should take off "this has been compiled for bsdi" on the
I was wondering if you tried compiling syslog-ng 1.5 which included such a compatibility strptime() function. -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1 url: http://www.balabit.hu/pgpkey.txt
yes, i tried compiling 1.5 with the patch you provided before. that patch does not work for me. It dies because strptime.c uses config.h and something else i forgot (right below #include config.h iirc) can you send me the entire 1.5.1 source so i can test it out. i located and installed strptime.c from the glibc source. and made some mods to the source, but i still couldn't get it running. On Wed, Dec 27, 2000 at 11:09:14AM +0100, Balazs Scheidler wrote: | > I was wondering if anyone has a compatible function to replace strptime. | > this is a function that is not included in BSDI (4.0+ a least) | > if no one has coded a replacement, i would be willing to add another patch | > to fix it. | > otherwise, you should take off "this has been compiled for bsdi" on the | | I was wondering if you tried compiling syslog-ng 1.5 which included such a | compatibility strptime() function. | | -- | Bazsi | PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1 | url: http://www.balabit.hu/pgpkey.txt | | _______________________________________________ | syslog-ng maillist - syslog-ng@lists.balabit.hu | https://lists.balabit.hu/mailman/listinfo/syslog-ng
whee...i finally got it to compile and run correctly on bsdi (4.2 at least) notes: use gmake, not make i will be providing diffs/instructions tomorrow here's what i did dl/compile libol-0.2.22 dl syslog-ng-1.5.5a started compile note: i had to '#include <sys/socket.h>" to get the define for AF_INET in src/nscache.c i also had to add -ll to the end of the final compile line to fix the missing yywrap error.... On Wed, Dec 27, 2000 at 11:09:14AM +0100, Balazs Scheidler wrote: | > I was wondering if anyone has a compatible function to replace strptime. | > this is a function that is not included in BSDI (4.0+ a least) | > if no one has coded a replacement, i would be willing to add another patch | > to fix it. | > otherwise, you should take off "this has been compiled for bsdi" on the | | I was wondering if you tried compiling syslog-ng 1.5 which included such a | compatibility strptime() function. | | -- | Bazsi | PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1 | url: http://www.balabit.hu/pgpkey.txt | | _______________________________________________ | syslog-ng maillist - syslog-ng@lists.balabit.hu | https://lists.balabit.hu/mailman/listinfo/syslog-ng
participants (2)
-
Balazs Scheidler
-
jon@dumbo.pobox.com