|
Re: Problems with installing precompiled Apache 2.2 on QNX 6.4.0
|
09/15/2009 8:36 PM
post38029
|
Re: Problems with installing precompiled Apache 2.2 on QNX 6.4.0
On Tue, Sep 15, 2009 at 08:16:59PM -0400, Robert Wang wrote:
> Hi All,
>
> I installed pkgsrc on my QNX 640 on an Atom board. When I tried to install the precompiled binary for apache 2.2, I
got the following errors. Any help will be appreciated.
>
> ---------------------------------------
>
>
> echo $PATH
> /usr/pkg/sbin:/proc/boot:/sbin:/usr/sbin:/bin:/usr/bin
> # echo $PKG_PATH
> ftp://ftp.netbsd.org/pub/pkgsrc/packages/QNX/i386/6.4.1_head_20090724/All
> # pkg_add apache-2.2.11nb3.tgz
> pkg_add: setupCoproc: execlp() failed: No such file or directory
> pkg_add: expect1 failed, rc=0
> pkg_add: ftp_start() failed
> pkg_add: no pkg found for 'apache-2.2.11nb3.tgz', sorry.
> pkg_add: 1 package addition failed
> #
It looks like it can't find the 'ftp' utility. It should
be in /usr/bin.
-seanb
|
|
|
|
Re: Problems with installing precompiled Apache 2.2 on QNX 6.4.0
|
09/16/2009 1:16 PM
post38085
|
Re: Problems with installing precompiled Apache 2.2 on QNX 6.4.0
Thanks for the help. Now I have the following errors, complaining about not being able to create a socket. Do I need to
do any network configuration?
# pkg_add apache-2.2.11nb3.tgz
ftp: Can't create socket for connection to `2001:4f8:3:7:230:48ff:fec6:9aaa:21': Address family not supported by
protocol family
pkg_add: Cannot generate temp file for ftp(1)'s nlist output
pkg_add: no pkg found for 'apache-2.2.11nb3.tgz', sorry.
pkg_add: 1 package addition failed
|
|
|