Re: [Samba] samba-3.0.14a binaries for HP-UX-11.0

2005-10-25 Thread eric roseme
Okay, the 11i libraries work for 11.0 with our Opensource 3.0.14a 
binaries on Samba.org.  These are the current versions:


 OpenLdap 2.2.27  (http://hpux.cs.utah.edu)
 OpenSSL  0.9.8a  (http://hpux.cs.utah.edu)
 LibIconv 1.10(http://hpux.cs.utah.edu)

My text for re-linking is actually for 11i, and thus uses Internet 
Express and not the libraries above.  So you will just need to either cp 
or mv the files from the new libraries appropriately (ie liblber to 
liblber.sl.2).


Eric Roseme
Hewlett-Packard

eric roseme wrote:


Sorry for the belated reply (out of the office).

Use the packages at the listed urls.  The 11i versions will work for 
11.0.  I have installed and tested the listed version numbers on 11.0, 
however all of the versions have since been rolled.  In addition, my 
11.0 system has been retired, so I cannot verify the results (from last 
April).  So, I'll reinstall everything and re-verify.  If you want to 
wait, I'll post my results here, but not until Tuesday 10/25 at the 
earlist.


Also, if you have installed HP CIFS Server on the system, you'll need to 
re-link some stuff.  I added the following text to the README of our 
opensource distribution (on samba.org), but I do not think it made the 
most recent build.  So here is the new text:


6.  If your system has HP CIFS Server previously installed, several 
libraries

that are used by Samba may require re-linking.

  a. if /usr/local/samba/bin/smbd -V
/usr/lib/dld.sl: Can't open shared library: 
/usr/local/lib/libiconv.sl

/usr/lib/dld.sl: No such file or directory
Abort(coredump)
 then
cp /opt/samba/lib/libiconv.sl /usr/local/lib/

  b. if
/usr/local/samba/bin/smbd -V
/usr/lib/dld.sl: Can't open shared library: 
/usr/local/lib/liblber.sl.2

/usr/lib/dld.sl: No such file or directory
Abort(coredump)
 then
ln -s /opt/iexpress/openldap/lib/liblber-2.2.sl 
/usr/local/lib/liblber.sl.2


  c. if
/usr/local/samba/bin/smbd -V
/usr/lib/dld.sl: Can't open shared library: 
/usr/local/lib/libldap.sl.2

/usr/lib/dld.sl: No such file or directory
Abort(coredump)
  then
ln -s /opt/iexpress/openldap/lib/libldap-2.2.sl 
/usr/local/lib/libldap.sl.2


Eric Roseme
Hewlett-Packard

Gerald (Jerry) Carter wrote:


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Mark Proehl wrote:
| Hi,
|
| im looking for a binary package of samba with a libnss_winbind.1
| for HP-UX-11.0
|
| The depot files in
|
|   http://de.samba.org/samba/ftp/Binary_Packages/hp/samba-3.0.14a
|
| look good, but there are these three requierements:
|
|   OpenLdap 2.1.3  (http://hpux.cs.utah.edu)
|   OpenSSL  0.9.7d (http://hpux.cs.utah.edu)
|   LibIconv 1.9.2  (http://hpux.cs.utah.edu)
|
| I was unable to locate this Packages on the HP site.
|
| Can anybody point me to a location, where I can
| find these required files?

Eric, Hate to lean on you again, but do you know of a URL
for these packages?  If you don't know off the top of
your head, I'll ping someone someone in the CIFS/9000
group in Cupertino.






cheers, jerry
=
Alleviating the pain of Windows(tm)  --- http://www.samba.org
GnuPG Key- http://www.plainjoe.org/gpg_public.asc
"There's an anonymous coward in all of us."   --anonymous
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDWRfXIR7qMdg1EfYRAh2YAKDjZ77g34qwx50vtuuFY7getDgFgACeNRBZ
GpOhi9AnUqK9MwCO42krjII=
=Khue
-END PGP SIGNATURE-





--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] samba-3.0.14a binaries for HP-UX-11.0

2005-10-24 Thread eric roseme

Sorry for the belated reply (out of the office).

Use the packages at the listed urls.  The 11i versions will work for 
11.0.  I have installed and tested the listed version numbers on 11.0, 
however all of the versions have since been rolled.  In addition, my 
11.0 system has been retired, so I cannot verify the results (from last 
April).  So, I'll reinstall everything and re-verify.  If you want to 
wait, I'll post my results here, but not until Tuesday 10/25 at the earlist.


Also, if you have installed HP CIFS Server on the system, you'll need to 
re-link some stuff.  I added the following text to the README of our 
opensource distribution (on samba.org), but I do not think it made the 
most recent build.  So here is the new text:


6.  If your system has HP CIFS Server previously installed, several 
libraries

that are used by Samba may require re-linking.

  a. if /usr/local/samba/bin/smbd -V
/usr/lib/dld.sl: Can't open shared library: 
/usr/local/lib/libiconv.sl

/usr/lib/dld.sl: No such file or directory
Abort(coredump)
 then
cp /opt/samba/lib/libiconv.sl /usr/local/lib/

  b. if
/usr/local/samba/bin/smbd -V
/usr/lib/dld.sl: Can't open shared library: 
/usr/local/lib/liblber.sl.2

/usr/lib/dld.sl: No such file or directory
Abort(coredump)
 then
ln -s /opt/iexpress/openldap/lib/liblber-2.2.sl 
/usr/local/lib/liblber.sl.2


  c. if
/usr/local/samba/bin/smbd -V
/usr/lib/dld.sl: Can't open shared library: 
/usr/local/lib/libldap.sl.2

/usr/lib/dld.sl: No such file or directory
Abort(coredump)
  then
ln -s /opt/iexpress/openldap/lib/libldap-2.2.sl 
/usr/local/lib/libldap.sl.2


Eric Roseme
Hewlett-Packard

Gerald (Jerry) Carter wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Mark Proehl wrote:
| Hi,
|
| im looking for a binary package of samba with a libnss_winbind.1
| for HP-UX-11.0
|
| The depot files in
|
|   http://de.samba.org/samba/ftp/Binary_Packages/hp/samba-3.0.14a
|
| look good, but there are these three requierements:
|
|   OpenLdap 2.1.3  (http://hpux.cs.utah.edu)
|   OpenSSL  0.9.7d (http://hpux.cs.utah.edu)
|   LibIconv 1.9.2  (http://hpux.cs.utah.edu)
|
| I was unable to locate this Packages on the HP site.
|
| Can anybody point me to a location, where I can
| find these required files?

Eric, Hate to lean on you again, but do you know of a URL
for these packages?  If you don't know off the top of
your head, I'll ping someone someone in the CIFS/9000
group in Cupertino.






cheers, jerry
=
Alleviating the pain of Windows(tm)  --- http://www.samba.org
GnuPG Key- http://www.plainjoe.org/gpg_public.asc
"There's an anonymous coward in all of us."   --anonymous
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDWRfXIR7qMdg1EfYRAh2YAKDjZ77g34qwx50vtuuFY7getDgFgACeNRBZ
GpOhi9AnUqK9MwCO42krjII=
=Khue
-END PGP SIGNATURE-


--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] samba-3.0.14a binaries for HP-UX-11.0

2005-10-21 Thread Gerald (Jerry) Carter

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Mark Proehl wrote:
| Hi,
|
| im looking for a binary package of samba with a libnss_winbind.1
| for HP-UX-11.0
|
| The depot files in
|
|   http://de.samba.org/samba/ftp/Binary_Packages/hp/samba-3.0.14a
|
| look good, but there are these three requierements:
|
|   OpenLdap 2.1.3  (http://hpux.cs.utah.edu)
|   OpenSSL  0.9.7d (http://hpux.cs.utah.edu)
|   LibIconv 1.9.2  (http://hpux.cs.utah.edu)
|
| I was unable to locate this Packages on the HP site.
|
| Can anybody point me to a location, where I can
| find these required files?

Eric, Hate to lean on you again, but do you know of a URL
for these packages?  If you don't know off the top of
your head, I'll ping someone someone in the CIFS/9000
group in Cupertino.






cheers, jerry
=
Alleviating the pain of Windows(tm)  --- http://www.samba.org
GnuPG Key- http://www.plainjoe.org/gpg_public.asc
"There's an anonymous coward in all of us."   --anonymous
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDWRfXIR7qMdg1EfYRAh2YAKDjZ77g34qwx50vtuuFY7getDgFgACeNRBZ
GpOhi9AnUqK9MwCO42krjII=
=Khue
-END PGP SIGNATURE-
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] samba-3.0.14a binaries for HP-UX-11.0

2005-10-21 Thread Mark Proehl
Hi,

im looking for a binary package of samba with a libnss_winbind.1 
for HP-UX-11.0

The depot files in

  http://de.samba.org/samba/ftp/Binary_Packages/hp/samba-3.0.14a

look good, but there are these three requierements:
  
  OpenLdap 2.1.3  (http://hpux.cs.utah.edu)
  OpenSSL  0.9.7d (http://hpux.cs.utah.edu)
  LibIconv 1.9.2  (http://hpux.cs.utah.edu)

I was unable to locate this Packages on the HP site.

Can anybody point me to a location, where I can find these required files?

Thanks,

Mark
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba