Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Interchange: users

Not threaded perl installation

 

 

Interchange users RSS feed   Index | Next | Previous | View Threaded


m.mescoli at omnib

Apr 30, 2008, 7:24 AM

Post #1 of 6 (160 views)
Permalink
Not threaded perl installation

Ubuntu 7.10, tring to install last stable interchange version 5.4.2
- Downloaded, extracted and cd in perl source 5.8.8
rm -f config.sh Policy.sh
sh configure -de (default not threaded)
make ...

Give me this error
-----------------------------
...
Making x2p stuff
make[1]: Entering directory `/usr/src/perl-5.8.8/x2p'
You haven't done a "make depend" yet!
make[1]: *** [hash.o] Error 1
make[1]: Leaving directory `/usr/src/perl-5.8.8/x2p'
make: *** [translators] Error 2
-----------------------------

Big troubles, any suggestions ?

Thanks
Marco

_______________________________________________
interchange-users mailing list
interchange-users[at]icdevgroup.org
http://www.icdevgroup.org/mailman/listinfo/interchange-users


docelic at mail

Apr 30, 2008, 8:35 AM

Post #2 of 6 (156 views)
Permalink
Re: Not threaded perl installation [In reply to]

On Wed, 30 Apr 2008 16:24:36 +0200
Marco Mescoli <m.mescoli[at]omnib.it> wrote:

> Ubuntu 7.10, tring to install last stable interchange version 5.4.2
> - Downloaded, extracted and cd in perl source 5.8.8
> rm -f config.sh Policy.sh
> sh configure -de (default not threaded)

Notice the difference between "configure" and "Configure".

-doc

_______________________________________________
interchange-users mailing list
interchange-users[at]icdevgroup.org
http://www.icdevgroup.org/mailman/listinfo/interchange-users


m.mescoli at omnib

Apr 30, 2008, 8:47 AM

Post #3 of 6 (156 views)
Permalink
Re: Not threaded perl installation [In reply to]

Sorry, in the email made an error but on ubuntu shell I correctly type:

sh Configure -de

with the posted results

Marco

Davor Ocelic wrote:
> On Wed, 30 Apr 2008 16:24:36 +0200
> Marco Mescoli <m.mescoli[at]omnib.it> wrote:
>
>
>>Ubuntu 7.10, tring to install last stable interchange version 5.4.2
>>- Downloaded, extracted and cd in perl source 5.8.8
>> rm -f config.sh Policy.sh
>> sh configure -de (default not threaded)
>
>
> Notice the difference between "configure" and "Configure".
>
> -doc
>
> _______________________________________________
> interchange-users mailing list
> interchange-users[at]icdevgroup.org
> http://www.icdevgroup.org/mailman/listinfo/interchange-users
>
>
> __________ Informazione NOD32 2684 (20071125) __________
>
> Questo messaggio è stato controllato dal Sistema Antivirus NOD32
> http://www.nod32.it
>
>
>

_______________________________________________
interchange-users mailing list
interchange-users[at]icdevgroup.org
http://www.icdevgroup.org/mailman/listinfo/interchange-users


docelic at mail

Apr 30, 2008, 10:02 AM

Post #4 of 6 (155 views)
Permalink
Re: Not threaded perl installation [In reply to]

On Wed, 30 Apr 2008 17:47:02 +0200
Marco Mescoli <m.mescoli[at]omnib.it> wrote:

> Sorry, in the email made an error but on ubuntu shell I correctly
> type:
>
> sh Configure -de
>
> with the posted results

I've tried it just now on Debian, and without looking deeper into
the problem, 'make' also fails with some error in the Makefile.

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.

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.

If you still want to compile the perl yourself, see Ubuntu bug databases
about the problem and/or post to their mailing lists.

-doc

_______________________________________________
interchange-users mailing list
interchange-users[at]icdevgroup.org
http://www.icdevgroup.org/mailman/listinfo/interchange-users


peter at pajamian

Apr 30, 2008, 5:01 PM

Post #5 of 6 (149 views)
Permalink
Re: Not threaded perl installation [In reply to]

Try the following command first to make sure you have all the required
development libs, etc:
sudo apt-get build-dep perl

Peter


On 04/30/2008 07:24 AM, Marco Mescoli wrote:
> Ubuntu 7.10, tring to install last stable interchange version 5.4.2
> - Downloaded, extracted and cd in perl source 5.8.8
> rm -f config.sh Policy.sh
> sh configure -de (default not threaded)
> make ...
>
> Give me this error
> -----------------------------
> ...
> Making x2p stuff
> make[1]: Entering directory `/usr/src/perl-5.8.8/x2p'
> You haven't done a "make depend" yet!
> make[1]: *** [hash.o] Error 1
> make[1]: Leaving directory `/usr/src/perl-5.8.8/x2p'
> make: *** [translators] Error 2
> -----------------------------
>
> Big troubles, any suggestions ?
>
> Thanks
> Marco
>
> _______________________________________________
> interchange-users mailing list
> interchange-users[at]icdevgroup.org
> http://www.icdevgroup.org/mailman/listinfo/interchange-users
>

_______________________________________________
interchange-users mailing list
interchange-users[at]icdevgroup.org
http://www.icdevgroup.org/mailman/listinfo/interchange-users


m.mescoli at omnib

May 2, 2008, 2:48 AM

Post #6 of 6 (137 views)
Permalink
Re: Not threaded perl installation [In reply to]

-------------------------------------------------------------------------------
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

_______________________________________________
interchange-users mailing list
interchange-users[at]icdevgroup.org
http://www.icdevgroup.org/mailman/listinfo/interchange-users

Interchange users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.