Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make fails on 'make test', dynamic linker: ./perl: symbol not found: bcopy #152

Closed
p5pRT opened this issue Jul 2, 1999 · 3 comments
Closed

Comments

@p5pRT
Copy link

p5pRT commented Jul 2, 1999

Migrated from rt.perl.org#957 (status was 'resolved')

Searchable as RT957$

@p5pRT
Copy link
Author

p5pRT commented Jul 2, 1999

From brianm@ioconcepts.com

Problem​:
'make test' fails to run on SCO UnixWare 7.0.1.
The dynamic linker failed to find the symbol 'bcopy'.

Reproduction steps​:
tar xvf stable.tar
cd perl5.005_03
rm -f config.sh
sh Configure -dsE
sh Configure -S
env LD_LIBRARY_PATH=`pwd` make
env LD_LIBRARY_PATH=`pwd` make test

STDOUT​:
  Making re (dynamic)

  Making Errno (nonxs)
  cd t && (rm -f perl; /usr/bin/ln -s ../perl perl)
  cd t && LD_LIBRARY_PATH=/home/brianm/perl5.005_03​:/lib​:/usr/lib​:/usr/lib
/ARCserve ./perl TEST </dev/tty
dynamic linker​: ./perl​: symbol not found​: bcopy

*** Error code 137 (bu21)
UX​:make​: ERROR​: fatal error.
smaug{brianm}8​:

TO FIX​: Edit config.sh, change d_bcmp and d_bcopy to 'define'.

***************
*** 80,87 ****
  d_alarm='define'
  d_archlib='define'
  d_attribut='undef'
! d_bcmp='undef'
! d_bcopy='undef'
  d_bsd='define'
  d_bsdgetpgrp='undef'
  d_bsdsetpgrp='undef'
--- 80,87 ----
  d_alarm='define'
  d_archlib='define'
  d_attribut='undef'
! d_bcmp='define'
! d_bcopy='define'
  d_bsd='define'
  d_bsdgetpgrp='undef'
  d_bsdsetpgrp='undef'

Summary of my perl5 (5.0 patchlevel 5 subversion 3) configuration​:
  Platform​:
  osname=svr4, osvers=, archname=i386-svr4
  uname='unixware smaug 5 7.0.1 i386 x86at sco unix_svr5 '
  hint=recommended, useposix=true, d_sigaction=define
  usethreads=undef useperlio=undef d_sfio=undef
  Compiler​:
  cc='/bin/cc', optimize='-O', gccversion=
  cppflags='-I/usr/include -I/usr/ucbinclude'
  ccflags ='-I/usr/include -I/usr/ucbinclude'
  stdchar='unsigned char', d_stdstdio=undef, usevfork=false
  intsize=4, longsize=4, ptrsize=4, doublesize=8
  d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
  alignbytes=4, usemymalloc=y, prototype=define
  Linker and Libraries​:
  ld='/bin/cc', ldflags ='-L/usr/ccs/lib -L/usr/ucblib -L/usr/local/lib -L/usr/gnu/lib'
  libpth=/usr/local/lib /usr/gnu/lib /shlib /lib /usr/lib /usr/ccs/lib /usr/ucblib
  libs=-lsocket -lnsl -ldbm -ldl -lld -lm -lc -lcrypt -lucb -lx
  libc=, so=so, useshrplib=true, libperl=libperl.so
  Dynamic Linking​:
  dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
  cccdlflags='-KPIC', lddlflags='-G -L/usr/ccs/lib -L/usr/ucblib -L/usr/local/lib -L/usr/gnu/lib'

@p5pRT
Copy link
Author

p5pRT commented Jul 27, 2000

From [Unknown Contact. See original ticket]

Pre 5.6 installation related bugs are being abandoned. Resubmit if it still occurs with 5.6.x

@p5pRT
Copy link
Author

p5pRT commented Nov 28, 2003

From The RT System itself

'Pre 5.6 installation related bugs are being abandoned. Resubmit if it still occurs with 5.6.x\n'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant