Re: [osg-users] OSG 2.8.2 rpms for Centos 5 and RedHat 5

2009-08-24 Thread Eric Sokolowsky
Peter Bear wrote:
 Hi,
 results show:
 
 [r...@pciii pciii]# rpm -qa | grep curl
 libcurl-7.19.4-9.fc11.i586
 libcurl-7.19.4-9.fc11.x86_64
 curl-7.19.4-9.fc11.x86_64
 [r...@pciii pciii]#
 
 Cheers,
 Peter

It looks like you are using Fedora 11. The package I built is for RedHat
5/Centos 5, which is based on Fedora 6. Your curl is too new for my
package. If you did this command:

   rpm -q --filesbypkg curl | grep libcurl

You would probably find libcurl.so.4 instead of libcurl.so.3. Perhaps
you can find a Fedora 11 package for curl 7.15.5 which is the version I
have on my machine, or else you can try downloading the source rpm (the
one with .srpm suffix) and then issuing this command:

  RPM_BASE=/tmp rpmbuild --rebuild name_of_source_rpm_here.srpm

Let me know if you need more help.

-Eric
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] OSG 2.8.2 rpms for Centos 5 and RedHat 5

2009-08-21 Thread Peter Bear
Hi,
results show:

[r...@pciii pciii]# rpm -qa | grep curl
libcurl-7.19.4-9.fc11.i586
libcurl-7.19.4-9.fc11.x86_64
curl-7.19.4-9.fc11.x86_64
[r...@pciii pciii]#

Cheers,
Peter

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=16580#16580





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] OSG 2.8.2 rpms for Centos 5 and RedHat 5

2009-08-20 Thread Eric Sokolowsky
Peter Bear wrote:
 Hi,
 
 I got the error libcurl.so.3()(64bit) is needed by package 
 OpenSceneGraph-libs-2.8.2-1.x86_64 (/OpenSceneGraph-libs-2.8.2-1.x86_64) 
 while installing the libraries, and yes, I have checked and yum says curl is 
 installed.
 
 Cheers,
 Peter

Can you show me the output of this command:

  rpm -qa | grep curl

If it doesn't show the 64-bit version of curl, you can install it with
this command:

  yum install curl.x86_64

The 64-bit version of libcurl should be in /usr/lib64.

I'm trying to get a public yum repository set up so yum can be used to
automatically install required, missing dependencies (to avoid problems
such as this one).

-Eric
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] OSG 2.8.2 rpms for Centos 5 and RedHat 5

2009-08-19 Thread Peter Bear
Hi,

I got the error libcurl.so.3()(64bit) is needed by package 
OpenSceneGraph-libs-2.8.2-1.x86_64 (/OpenSceneGraph-libs-2.8.2-1.x86_64) while 
installing the libraries, and yes, I have checked and yum says curl is 
installed.

Cheers,
Peter

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=16451#16451





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


[osg-users] OSG 2.8.2 rpms for Centos 5 and RedHat 5

2009-08-17 Thread Eric Sokolowsky
Robert,

I have created some binary rpm packages for Centos 5 for the most recent
stable release. Where do I upload these files? It's been a while since
I've done that.

I'm also willing to set up and help maintain a yum repository that makes
it easy to update OpenSceneGraph on Centos and RedHat. All that is
required is a directory accessible through a web server. When new
packages are available, a command-line utility is used to update the
metadata files.

-Eric
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] OSG 2.8.2 rpms for Centos 5 and RedHat 5

2009-08-17 Thread Robert Osfield
Hi Eric,

On Mon, Aug 17, 2009 at 5:54 PM, Eric Sokolowskyesok@gmail.com wrote:
 I have created some binary rpm packages for Centos 5 for the most recent
 stable release. Where do I upload these files? It's been a while since
 I've done that.

Thanks.  The place to upload them is via ftp, I'm afraid I can't
recall the standard username and password off hand, a search through
the archives/website will probably unearth it.  Or... if Jose Luis
spots this email!

 I'm also willing to set up and help maintain a yum repository that makes
 it easy to update OpenSceneGraph on Centos and RedHat. All that is
 required is a directory accessible through a web server. When new
 packages are available, a command-line utility is used to update the
 metadata files.

I'll have to defer to Jose Luis on this.  I emailed him earlier today
but haven't had a reply yet, so I guess he's either busy or perhaps
more likely away on holiday.

Robert.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] OSG 2.8.2 rpms for Centos 5 and RedHat 5

2009-08-17 Thread Eric Sokolowsky
Robert Osfield wrote:
 Hi Eric,
 
 On Mon, Aug 17, 2009 at 5:54 PM, Eric Sokolowskyesok@gmail.com wrote:
 I have created some binary rpm packages for Centos 5 for the most recent
 stable release. Where do I upload these files? It's been a while since
 I've done that.
 
 Thanks.  The place to upload them is via ftp, I'm afraid I can't
 recall the standard username and password off hand, a search through
 the archives/website will probably unearth it.  Or... if Jose Luis
 spots this email!

I found the ftp location and uploaded the packages. I would appreciate
any feedback from people who download it. It's broken up into several
rpm packages so users can better control the installation of dependencies.

Files with md5 sums:

1834f25e2e434e48f77f4a442d38eeae  OpenSceneGraph-2.8.2-1.x86_64.rpm

2d25764e62412d5c5a3377eda5307161
OpenSceneGraph-debuginfo-2.8.2-1.x86_64.rpm

77fc1ec019496790f319a3a5bdad23eb  OpenSceneGraph-devel-2.8.2-1.x86_64.rpm

d04dc40b0384f7e3c6851af4f7f6dec0  OpenSceneGraph-examples-2.8.2-1.x86_64.rpm

055af5a3a2bc46aed80bf5279139a000
OpenSceneGraph-examples-SDL-2.8.2-1.x86_64.rpm

3e3d14a9366bb69e1f3d6c9ec9397368
OpenSceneGraph-examples-fltk-2.8.2-1.x86_64.rpm

d356ab6363cd6f52321c0e1856339e6d
OpenSceneGraph-examples-qt-2.8.2-1.x86_64.rpm

fa88a546d6efd98ee03005e7946c7e2c  OpenSceneGraph-libs-2.8.2-1.x86_64.rpm
2b81e733959bf996ae5d859363c29b7c  OpenThreads-2.8.2-1.x86_64.rpm
1f5ee56829d388f7e1cf40d9e6d460e6  OpenThreads-devel-2.8.2-1.x86_64.rpm
a8f7184ed8d72fbf7a102af875b6e12d  OpenSceneGraph-2.8.2.spec
acd87a307d6cc2b589b2b7d4408c8f47  OpenSceneGraph-2.8.2-1.src.rpm


-Eric
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org