>>>>> "SI" == Staff Intelcom <staff@omniway.sm> writes:
SI> Hi, I installed Majordomo 1.93 in my system, a sun sparcstation 4 with
SI> solaris 2.4. I use perl 4.036 from GNU.
SI> ld.so.1: /usr/local/bin/perl: fatal: libucb.so.1: can't open file:
SI> errno=2 Killed
You have compiled perl improperly. Specifically, you have linked with the
backwards compatibility libraries which has been known to break all kinds
of things. In your case, when the program runs, it looks for the
compatibility libraries but it hasn't been told where to find them.
The solution would be to recompile perl; you need to make sure that
/usr/ucb is at the very end of your path when compiling so compatibility
versions of things like the compilers are not found.
--
Jason L. Tibbitts III - tibbs@uh.edu - 713/743-8684 - 221SR1
System Manager: University of Houston High Performance Computing Center
1994 PC800 "Kuroneko" DoD# 1723
References:
-
Help
From: Staff Intelcom <staff@omniway.sm>
|
|