[ic] Not threaded perl installation

Marco Mescoli m.mescoli at omnib.it
Fri May 2 09:48:04 UTC 2008


-------------------------------------------------------------------------------
Peter wrote:
 > Try the following command first to make sure you have all the required
 > development libs, etc:
 > sudo apt-get build-dep perl
 >
 > Peter
Done: sudo apt-get build-dep perl
installed more libraries but make halted at the same point with the same 
error.
-------------------------------------------------------------------------------
Davor Ocelic wrote:
 > Try saving the output of Configure -de to a file
 > (sh Configure -de >& /tmp/log), and then inspect /tmp/log for
 > any errors that shouldn't have been ignored.
After "apt-get build-dep perl" command:
# sh Configure -de >& /tmp/log
# cat /tmp/log | grep 'NOT found' > NOT_found.log
# cat /tmp/NOT_found.log
<dld.h> NOT found.
gconvert NOT found.
fwalk() NOT found.
accessx() NOT found.
aintl() NOT found.
atolf() NOT found.
chsize() NOT found.
class() NOT found.
ctermid_r() NOT found.
dbmclose() NOT found.
dbminit() prototype NOT found.
<sys/ndir.h> NOT found.
endgrent_r() NOT found.
endhostent_r() NOT found.
endnetent_r() NOT found.
endprotoent_r() NOT found.
endpwent_r() NOT found.
endservent_r() NOT found.
fp_class() NOT found.
fpclass() NOT found.
fpclassify() NOT found.
fpclassl() NOT found.
getespwnam() NOT found.
getfsstat() NOT found.
getmnt() NOT found.
getpgrp2() NOT found.
getprpwnam() NOT found.
isfinite() NOT found.
malloc_size() NOT found.
malloc_good_size() NOT found.
mkstemps() NOT found.
setgrent_r() NOT found.
sethostent_r() NOT found.
setlocale_r() NOT found.
setnetent_r() NOT found.
setpgrp2() NOT found.
setproctitle() NOT found.
setprotoent_r() NOT found.
setpwent_r() NOT found.
setrgid() NOT found.
setruid() NOT found.
setservent_r() NOT found.
<sfio.h> NOT found.
socks5_init() NOT found.
setresgid() prototype NOT found.
setresuid() prototype NOT found.
strlcat() NOT found.
strlcpy() NOT found.
unordered() NOT found.
<socks.h> NOT found.
<fp.h> NOT found.
<fp_class.h> NOT found.
<ieeefp.h> NOT found.
<libutil.h> NOT found.
<ndbm.h> NOT found.
<net/errno.h> NOT found.
<prot.h> NOT found.
<sunmath.h> NOT found.
<sys/access.h> NOT found.
<sys/filio.h> NOT found.
<sys/mode.h> NOT found.
<sys/security.h> NOT found.


Inside log:

Checking for optional libraries...
No -lsfio.
No -lsocket.
No -linet.
Found -lnsl (shared).
No -lnm.
No -lndbm.
Found -lgdbm (shared).
No -ldbm.
Found -ldb (shared).
No -lmalloc.
Found -ldl (shared).
No -ldld.
No -lld.
No -lsun.
Found -lm (shared).
Found -lcrypt (shared).
No -lsec.
Found -lutil (shared).
Found -lc (shared).
No -lcposix.
No -lposix.
No -lucb.
No -lBSD.

 > Also, since you do have Perl 5.8.8., consider using the system Perl.
 > IC 5.4.2 will ask you whether you want to run with threads, but 5.8.8.
 > is good for Interchange and in recent versions we don't display the
 > threads warning for >= 5.8.8. at all.
The catalogue i must install provide heavy communucations among firms, 
remote agents and technicians. They have too good habits :-) to install 
threaded perl.

Marco



More information about the interchange-users mailing list