[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Openssl configure message on RHEL4 (ITS#4579)



--nextPart9750768.rtnpdIbCjq
Content-Type: text/plain;
  charset="iso-8859-6"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

On Wednesday 07 June 2006 17:14, diego.remolina@ibb.gatech.edu wrote:
> I tried uploading the file but the disk seems to be full... Or I am doing
> something wrong
>
> 227 Entering Passive Mode (204,152,186,57,227,225)
> 150 Opening ASCII mode data connection for '/bin/ls'.
> ftpd: .: Permission denied
> 226 Transfer complete.
> ftp> put 4579-config.log
> local: 4579-config.log remote: 4579-config.log
> 227 Entering Passive Mode (204,152,186,57,201,155)
> 150 Opening BINARY mode data connection for '4579-config.log.1'.
> 452 Error writing file: No space left on device.
>
> Should I e-mail the file  to you directly?
>
> Are there any notes on what the appropriate procedure is to upload files?
> Naming conventions, folders, etc?
>
> Thanks,
>
> Diego
>
> Pierangelo Masarati wrote:
> >>Full_Name: Diego Remolina
> >>Version: 2.3.24
> >>OS: RHEL4.3
> >>URL: ftp://ftp.openldap.org/incoming/
> >>Submission from: (NULL) (128.61.131.35)
> >>
> >>
> >>When I run configure on a RHEL4 box I get:
> >>configure: WARNING: openssl/ssl.h: present but cannot be compiled
> >>configure: WARNING: openssl/ssl.h:     check for missing prerequisite
> >
> > headers?
> >
> >>configure: WARNING: openssl/ssl.h: see the Autoconf documentation
> >>configure: WARNING: openssl/ssl.h:     section "Present But Cannot Be
> >
> > Compiled"
> >
> >>configure: WARNING: openssl/ssl.h: proceeding with the preprocessor's
> >> result configure: WARNING: openssl/ssl.h: in the future, the compiler
> >> will take precedence
> >
> > According to the above message, prerequisite headers which needed to be
> > included before openssl/ssl.h actually weren't.  You should post the
> > contents of config.log to help tracking what symbols were missing.
> >

This is the RH-specific bit I have in my multi-distro spec file:

export CPPFLAGS=3D"-I%{_prefix}/kerberos/include $CPPFLAGS"
export LDFLAGS=3D"-L%{_prefix}/kerberos/%{_lib} $LDFLAGS"

So, you'll need to run something like this before you run configure:

export CPPFLAGS=3D"/usr/kerberos/include"
export LDFLAGS=3D"/usr/kerberos/lib"

Or, you may just consider using my packages.

http://anorien.csc.warwick.ac.uk/mirrors/buchan/openldap/


Regards,
Buchan

=2D-=20
Buchan Milne
ISP Systems Specialist
B.Eng,RHCE(803004789010797),LPIC-2(LPI000074592)

--nextPart9750768.rtnpdIbCjq
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQBEhxo7rJK6UGDSBKcRApySAJwJmaDChV292FG0fbC9puhBe6f1mACeIlI9
NLhayr3usGv+dGsdN1DDvs8=
=v2hl
-----END PGP SIGNATURE-----

--nextPart9750768.rtnpdIbCjq--