Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Wget command in QNX: (6 Items)
   
Wget command in QNX  
Hi All,
I'm trying to run the pre-build binary pkg (wget). I downloaded (wget) from the project web site and then installed into
 our QNX OS.
When I try to run the command I get the following error

Could not find library libintl.so.3


I found the libintl.so.3 and I copied it to the QNX OS but it didnt solve the problem.

Any idea how this utility can be fixed.

Re: Wget command in QNX  
Where did you get it from exactly?  Did you follow these
instructions?

http://community.qnx.com/sf/wiki/do/viewPage/projects.pkgsrc/wiki/BinaryPackages

The 'pkg_add' utility should install dependencies first.

Regards,

-seanb

On Wed, Jul 06, 2011 at 04:06:23PM -0400, Ed Abbas wrote:
> Hi All,
> I'm trying to run the pre-build binary pkg (wget). I downloaded (wget)
> from the project web site and then installed into our QNX OS.
> When I try to run the command I get the following error
> 
> Could not find library libintl.so.3
> 
> 
> I found the libintl.so.3 and I copied it to the QNX OS but it didnt
> solve the problem.
> 
> Any idea how this utility can be fixed.
> 
> 
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post87161
> 
RE: Wget command in QNX  
I'm not using it on a QNX desktop PC. I'm using it on a QNX SPC and the
QNX is running from compact flash. I copied the (wget) binary to the
compact flash with the libintl library. 


-----Original Message-----
From: Sean Boudreau [mailto:community-noreply@qnx.com] 
Sent: Wednesday, July 06, 2011 4:10 PM
To: general-pkgsrc
Subject: Re: Wget command in QNX


Where did you get it from exactly?  Did you follow these instructions?

http://community.qnx.com/sf/wiki/do/viewPage/projects.pkgsrc/wiki/Binary
Packages

The 'pkg_add' utility should install dependencies first.

Regards,

-seanb

On Wed, Jul 06, 2011 at 04:06:23PM -0400, Ed Abbas wrote:
> Hi All,
> I'm trying to run the pre-build binary pkg (wget). I downloaded (wget)

> from the project web site and then installed into our QNX OS.
> When I try to run the command I get the following error
> 
> Could not find library libintl.so.3
> 
> 
> I found the libintl.so.3 and I copied it to the QNX OS but it didnt 
> solve the problem.
> 
> Any idea how this utility can be fixed.
> 
> 
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post87161
> 



_______________________________________________

General
http://community.qnx.com/sf/go/post87162
Re: Wget command in QNX  
Did you copy all of /usr/pkg var/db/pkg.refcount and /var/db/pkg
to the same spot on the target (some binaries use an embededded
RPATH)?  Did you add /usr/pkg/lib to CS_LIBPATH?


On Wed, Jul 06, 2011 at 04:23:13PM -0400, Ed Abbas wrote:
> I'm not using it on a QNX desktop PC. I'm using it on a QNX SPC and the
> QNX is running from compact flash. I copied the (wget) binary to the
> compact flash with the libintl library. 
> 
> 
> -----Original Message-----
> From: Sean Boudreau [mailto:community-noreply@qnx.com] 
> Sent: Wednesday, July 06, 2011 4:10 PM
> To: general-pkgsrc
> Subject: Re: Wget command in QNX
> 
> 
> Where did you get it from exactly?  Did you follow these instructions?
> 
> http://community.qnx.com/sf/wiki/do/viewPage/projects.pkgsrc/wiki/Binary
> Packages
> 
> The 'pkg_add' utility should install dependencies first.
> 
> Regards,
> 
> -seanb
> 
> On Wed, Jul 06, 2011 at 04:06:23PM -0400, Ed Abbas wrote:
> > Hi All,
> > I'm trying to run the pre-build binary pkg (wget). I downloaded (wget)
> 
> > from the project web site and then installed into our QNX OS.
> > When I try to run the command I get the following error
> > 
> > Could not find library libintl.so.3
> > 
> > 
> > I found the libintl.so.3 and I copied it to the QNX OS but it didnt 
> > solve the problem.
> > 
> > Any idea how this utility can be fixed.
> > 
> > 
> > 
> > 
> > 
> > _______________________________________________
> > 
> > General
> > http://community.qnx.com/sf/go/post87161
> > 
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post87162
> 
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post87165
> 
RE: Wget command in QNX  
Did you add /usr/pkg/lib to CS_LIBPATH?  Yes

/usr/pkg 
var/db/pkg.refcount
/var/db/pkg

I don't know what the above three are or how to get them

For me I did the following:

Created a directory in usr/pkg/sbin and usr/pkg/bin and copied wget
command into it.
Created a directory usr/pkg/lib and copied libintl.so.3 into it.
Added /usr/pkg/lib to CS_LIBPATH

Then I went to run wget and it always says cannot find libintl.so.3

I'm sure I'm missing something but don't know what. 

Is there any other utility in QNX can provide me with the same
functionality of wget.

I need wget to download an file from a small webserver , so when I run
(wget 10.xx.xx.xxx) , I get a file. Is there a way to do the same thing
without wget?



-----Original Message-----
From: Sean Boudreau [mailto:community-noreply@qnx.com] 
Sent: Wednesday, July 06, 2011 4:34 PM
To: general-pkgsrc
Subject: Re: Wget command in QNX


Did you copy all of /usr/pkg var/db/pkg.refcount and /var/db/pkg to the
same spot on the target (some binaries use an embededded RPATH)?  Did
you add /usr/pkg/lib to CS_LIBPATH?


On Wed, Jul 06, 2011 at 04:23:13PM -0400, Ed Abbas wrote:
> I'm not using it on a QNX desktop PC. I'm using it on a QNX SPC and 
> the QNX is running from compact flash. I copied the (wget) binary to 
> the compact flash with the libintl library.
> 
> 
> -----Original Message-----
> From: Sean Boudreau [mailto:community-noreply@qnx.com]
> Sent: Wednesday, July 06, 2011 4:10 PM
> To: general-pkgsrc
> Subject: Re: Wget command in QNX
> 
> 
> Where did you get it from exactly?  Did you follow these instructions?
> 
> http://community.qnx.com/sf/wiki/do/viewPage/projects.pkgsrc/wiki/Bina
> ry
> Packages
> 
> The 'pkg_add' utility should install dependencies first.
> 
> Regards,
> 
> -seanb
> 
> On Wed, Jul 06, 2011 at 04:06:23PM -0400, Ed Abbas wrote:
> > Hi All,
> > I'm trying to run the pre-build binary pkg (wget). I downloaded 
> > (wget)
> 
> > from the project web site and then installed into our QNX OS.
> > When I try to run the command I get the following error
> > 
> > Could not find library libintl.so.3
> > 
> > 
> > I found the libintl.so.3 and I copied it to the QNX OS but it didnt 
> > solve the problem.
> > 
> > Any idea how this utility can be fixed.
> > 
> > 
> > 
> > 
> > 
> > _______________________________________________
> > 
> > General
> > http://community.qnx.com/sf/go/post87161
> > 
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post87162
> 
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post87165
> 



_______________________________________________

General
http://community.qnx.com/sf/go/post87166
RE: Wget command in QNX  
Where can I found the source code for wget. I'm looking for one that can
be compiled in QNX 6.3.2

-----Original Message-----
From: Sean Boudreau [mailto:community-noreply@qnx.com] 
Sent: Wednesday, July 06, 2011 4:34 PM
To: general-pkgsrc
Subject: Re: Wget command in QNX


Did you copy all of /usr/pkg var/db/pkg.refcount and /var/db/pkg to the
same spot on the target (some binaries use an embededded RPATH)?  Did
you add /usr/pkg/lib to CS_LIBPATH?


On Wed, Jul 06, 2011 at 04:23:13PM -0400, Ed Abbas wrote:
> I'm not using it on a QNX desktop PC. I'm using it on a QNX SPC and 
> the QNX is running from compact flash. I copied the (wget) binary to 
> the compact flash with the libintl library.
> 
> 
> -----Original Message-----
> From: Sean Boudreau [mailto:community-noreply@qnx.com]
> Sent: Wednesday, July 06, 2011 4:10 PM
> To: general-pkgsrc
> Subject: Re: Wget command in QNX
> 
> 
> Where did you get it from exactly?  Did you follow these instructions?
> 
> http://community.qnx.com/sf/wiki/do/viewPage/projects.pkgsrc/wiki/Bina
> ry
> Packages
> 
> The 'pkg_add' utility should install dependencies first.
> 
> Regards,
> 
> -seanb
> 
> On Wed, Jul 06, 2011 at 04:06:23PM -0400, Ed Abbas wrote:
> > Hi All,
> > I'm trying to run the pre-build binary pkg (wget). I downloaded 
> > (wget)
> 
> > from the project web site and then installed into our QNX OS.
> > When I try to run the command I get the following error
> > 
> > Could not find library libintl.so.3
> > 
> > 
> > I found the libintl.so.3 and I copied it to the QNX OS but it didnt 
> > solve the problem.
> > 
> > Any idea how this utility can be fixed.
> > 
> > 
> > 
> > 
> > 
> > _______________________________________________
> > 
> > General
> > http://community.qnx.com/sf/go/post87161
> > 
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post87162
> 
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post87165
> 



_______________________________________________

General
http://community.qnx.com/sf/go/post87166