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

compile error on freebsd3.2 #381

Closed
p5pRT opened this issue Aug 15, 1999 · 3 comments
Closed

compile error on freebsd3.2 #381

p5pRT opened this issue Aug 15, 1999 · 3 comments

Comments

@p5pRT
Copy link

p5pRT commented Aug 15, 1999

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

Searchable as RT1216$

@p5pRT
Copy link
Author

p5pRT commented Aug 15, 1999

From mark@cx559415-a.ftwal1.fl.home.com

Can't compile. Accepted all defaults in config. I am extremely limited in my
knowledge of programming. I wanted to install this because modssl and
openssl said they required it. Myconfig is attached. The "make" ends this
way​:

B.o(.text+0x7ce8)​: undefined reference to `Perl_newXS'
B.o(.text+0x7cfd)​: more undefined references to `Perl_newXS' follow
B.o​: In function `boot_B'​:
B.o(.text+0x8780)​: undefined reference to `PL_specialsv_list'
B.o(.text+0x878c)​: undefined reference to `PL_specialsv_list'
B.o(.text+0x8792)​: undefined reference to `PL_sv_undef'
B.o(.text+0x879b)​: undefined reference to `PL_specialsv_list'
B.o(.text+0x87a1)​: undefined reference to `PL_sv_yes'
B.o(.text+0x87aa)​: undefined reference to `PL_specialsv_list'
B.o(.text+0x87b0)​: undefined reference to `PL_sv_no'
B.o(.text+0x87b9)​: undefined reference to `PL_stack_base'
B.o(.text+0x87c1)​: undefined reference to `PL_sv_yes'
B.o(.text+0x87cd)​: undefined reference to `PL_stack_sp'
B.o(.text+0x87d3)​: undefined reference to `PL_stack_base'
/usr/lib/crt1.o​: In function `_start'​:
/usr/lib/crt1.o(.text+0x69)​: undefined reference to `main'
cc​: file path prefix `shareable' never used
*** Error code 1

Stop.
*** Error code 1

Stop.

@p5pRT
Copy link
Author

p5pRT commented Aug 15, 1999

@p5pRT
Copy link
Author

p5pRT commented Aug 16, 1999

From @tobez

On Sun, Aug 15, 1999 at 03​:21​:37PM -0500, Mark Einreinhof wrote​:

Can't compile. Accepted all defaults in config. I am extremely limited
in my knowledge of programming. I wanted to install this because
modssl and openssl said they required it. Myconfig is attached. The
"make" ends this way​:

You did not even tell us which version of Perl you are trying to
compile. Besides, Perl 5.005_03 is a standard part of FreeBSD 3.2, you
hardly need to build your own.

Regarding modssl and openssl - your best option would be probably

# cd /usr/ports/www/apache13-modssl
# make install clean

This should do.

Cheers,
--
Anton Berezin <tobez@​plab.ku.dk>
The Protein Laboratory, University of Copenhagen

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