|
Majordomo-Users (June 1994) |
In message <9406230703.AA16767@uni.ins.com>, ljrebar@ins.com writes: >root@host:/usr/local/mail/majordomo#!283 >/usr/local/mail/majordomo/wrapper resend >ld.so: call to undefined procedure _strerror from 0x5a244 Recompile your Perl binary. You must have compiled it under a different shared C library that had the strerror variable defined. perl's Configure script will realize that you don't have strerror and use its own version. --Dave References:
|