[Bug 462] New: compile failure with openssl 0.9.7
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Thu Jan 2 03:28:07 EST 2003
http://bugzilla.mindrot.org/show_bug.cgi?id=462
Summary: compile failure with openssl 0.9.7
Product: Portable OpenSSH
Version: 3.5p1
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: major
Priority: P2
Component: Build system
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: madhon at madhon.co.uk
on slackware-current with openssl 0.9.7 the build fails to make as follows
make[1]: Entering directory `/tmp/openssh-3.5p1/openbsd-compat'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/tmp/openssh-3.5p1/openbsd-compat'
i386-slackware-linux-gcc -o ssh ssh.o sshconnect.o sshconnect1.o sshconnect2.o
sshtty.o readconf.o clientloop.o -L. -Lopenbsd-compat/ -lssh -lopenbsd-compat -
lutil -lz -lnsl -lcrypto -lcrypt
./libssh.a(rsa.o)(.text+0x2a4): In funcion `rsa_generate_additional_parameters'
:
: undefined reference to `BN_mod'
./libssh.a(rsa.o)(.text+0x2a6): In funcion `rsa_generate_additional_parameters'
:
: undefined reference to `BN_mod'
collect2: ld returned 1 exit status
make: *** [ssh[ Error 1
configured as follows
CFLAGS="-O2 -march=i386 -mcpu=i686 -Wall" ./configure --prefix=/usr \
--sysconfdir=/etc/ssh \
--without-pam \
--with-md5-passwords \
--with-tcp-wrappers \
--with-default-
path=/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin \
--with-ipv4-default \
i386-slackware-linux
OpenSSH has been configured with the following options:
User binaries: /usr/bin
System binaries: /usr/sbin
Configuration files: /etc/ssh
Askpass program: /usr/libexec/ssh-askpass
Manual pages: /usr/man/manX
PID file: /var/run
Privilege separation chroot path: /var/empty
sshd default user
PATH: /usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin
Manpage format: doc
PAM support: no
KerberosIV support: no
KerberosV support: no
Smartcard support: no
AFS support: no
S/KEY support: no
TCP Wrappers support: yes
MD5 password support: yes
IP address in $DISPLAY hack: no
Use IPv4 by default hack: yes
Translate v4 in v6 hack: yes
BSD Auth support: no
Random number source: OpenSSL internal ONLY
Host: i386-slackware-linux-gnu
Compiler: i386-slackware-linux-gcc
Compiler flags: -O2 -march=i386 -mcpu=i686 -Wall -Wall -Wpointer-arith -Wno-
uninitialized
Preprocessor flags:
Linker flags:
Libraries: -lwrap -lutil -lz -lnsl -lcrypto -lcrypt
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-unix-dev
mailing list