|
From: Javier S. <js...@si...> - 2001-09-11 08:11:42
|
I have installed dialog, it works good ... But when i ran configure_db script, it saids that some file did not exist .. .and crash ... without more explication ... configure script do the same thing :-( any idea ? |
|
From: Patrick M. <mai...@st...> - 2001-09-11 08:30:44
|
> I have installed dialog, it works good ... > But when i ran configure_db script, it saids that some file did not > exist .. .and crash ... without more explication ... what file does not exist? what system do you have? |
|
From: Javier S. <js...@si...> - 2001-09-11 08:58:33
|
It doesn't tell me what is the missing file ... I'm using RH7.1 just no such file ... i'have /bin/bash ... i tryed to pass params to configure_db , but it get the same message :-/ >>I have installed dialog, it works good ... >>But when i ran configure_db script, it saids that some file did not >>exist .. .and crash ... without more explication ... >> > >what file does not exist? >what system do you have? > |
|
From: Patrick M. <mai...@st...> - 2001-09-11 09:33:20
|
On Tue, 11 Sep 2001, Javier Sixto wrote: > It doesn't tell me what is the missing file ... I'm using RH7.1 > just no such file ... i'have /bin/bash ... > i tryed to pass params to configure_db , but it get the same message :-/ have you typed 'configure_db'? just try './configure_db' or '. ./configure_db'! -- http://home.nikocity.de/mairif http://www.caravan-network.de |
|
From: Javier S. <js...@si...> - 2001-09-13 11:46:56
|
Patrick Mairif wrote:
>On Tue, 11 Sep 2001, Javier Sixto wrote:
>
>>It doesn't tell me what is the missing file ... I'm using RH7.1
>>just no such file ... i'have /bin/bash ...
>>i tryed to pass params to configure_db , but it get the same message :-/
>>
>
>have you typed 'configure_db'?
>just try './configure_db' or '. ./configure_db'!
>
[root@SismoWebDev phpbt]# . ./configure_db
: command not found
: command not found
'ash: ./configure_db: line 14: syntax error near unexpected token `{
'ash: ./configure_db: line 14: `generate_sql() {
[root@SismoWebDev phpbt]# . ./configure
: command not found
: not a signal specification
: command not found
: command not found
: command not found
'ash: ./configure: line 27: syntax error near unexpected token `{
'ash: ./configure: line 27: `administrivia() {
[root@SismoWebDev phpbt]#
here is the errors messages any idea ?
|
|
From: Patrick M. <mai...@st...> - 2001-09-13 12:21:18
|
> [root@SismoWebDev phpbt]# . ./configure_db
> : command not found
> : command not found
> 'ash: ./configure_db: line 14: syntax error near unexpected token `{
> 'ash: ./configure_db: line 14: `generate_sql() {
what ist ash? a shell? try
bash ./configure_db
or
sh ./configure_db
--
http://home.nikocity.de/mairif
http://www.caravan-network.de
|
|
From: Javier S. <js...@si...> - 2001-09-13 12:37:38
|
Well .. 'ash' looks like an other shell ...
But if i try
bash ./configure_db
or
sh ./configure_db
I got same errors :-(
[root@SismoWebDev phpbt]# bash ./configure_db
: command not found
: command not found
'/configure_db: line 14: syntax error near unexpected token `{
'/configure_db: line 14: `generate_sql() {
[root@SismoWebDev phpbt]# sh ./configure_db
: command not found
: command not found
'/configure_db: line 14: syntax error near unexpected token `{
'/configure_db: line 14: `generate_sql() {
Any other ideas :-))
Thanks for your support Patrick ;-)
Patrick Mairif wrote:
>>[root@SismoWebDev phpbt]# . ./configure_db
>>: command not found
>>: command not found
>>'ash: ./configure_db: line 14: syntax error near unexpected token `{
>>'ash: ./configure_db: line 14: `generate_sql() {
>>
>
>what ist ash? a shell? try
> bash ./configure_db
>or
> sh ./configure_db
>
|
|
From: Patrick M. <mai...@st...> - 2001-09-13 14:04:00
|
> Well .. 'ash' looks like an other shell ... > But if i try > > bash ./configure_db > or > sh ./configure_db > > > I got same errors :-( perhaps there is a link from bash to ash. what do you get with an bash --version -- http://home.nikocity.de/mairif http://www.caravan-network.de |
|
From: Javier S. <js...@si...> - 2001-09-13 14:56:31
|
Patrick Mairif wrote: >>Well =2E=2E 'ash' looks like an other shell =2E=2E=2E >>But if i try >> >> bash =2E/configure_db >>or >> sh =2E/configure_db >> >> >>I got same errors :-( >> > > >perhaps there is a link from bash to ash=2E what do you get with an > bash --version > Here is part of my /bin -rwxr-xr-x 1 root root 2828 avr 8 16:12 arch -rwxr-xr-x 1 root root 94748 jan 8 2001 ash -rwxr-xr-x 1 root root 446728 jan 8 2001 ash=2Estatic lrwxrwxrwx 1 root root 4 jui 6 12:32 awk -> gawk -rwxr-xr-x 1 root root 5748 jan 16 2001 basename -rwxr-xr-x 1 root root 512668 f=E9v 28 2001 bash lrwxrwxrwx 1 root root 4 jui 6 12:31 bash2 -> bash lrwxrwxrwx 1 root root 3 jui 6 12:32 bsh -> ash Here is bash --version [root@SismoWebDev phpbt]# bash --version GNU bash, version 2=2E04=2E21(1)-release (i386-redhat-linux-gnu) Copyright 1999 Free Software Foundation, Inc=2E [root@SismoWebDev phpbt]# Well, i can give to a login/pass ssh, if you want to find some other=20 info ? This is a test server administrate by my-self and owned by my=20 company=2E I can open firwall just a moment for yours tests =2E=2E=2E I have en general, question about server =2E=2E=2E I owned into my house a= =20 personal server (RH 7=2E1), i just have cable (300K/64K) connection, this=20 server is up 24h/24h, and it do nothing very important=2E Are phpbt dev team interested? |
|
From: Patrick M. <mai...@st...> - 2001-09-13 15:00:52
|
> Well, i can give to a login/pass ssh, if you want to find some other > info ? This is a test server administrate by my-self and owned by my > company. I can open firwall just a moment for yours tests ... ok, send me the login-info o my personal address. > I have en general, question about server ... I owned into my house a > personal server (RH 7.1), i just have cable (300K/64K) connection, this > server is up 24h/24h, and it do nothing very important. > Are phpbt dev team interested? why not? :) -- http://home.nikocity.de/mairif http://www.caravan-network.de |
|
From: Ben C. <php...@be...> - 2001-09-13 16:38:47
|
On Thu, Sep 13, 2001 at 05:00:47PM +0200, Patrick Mairif wrote: > > Well, i can give to a login/pass ssh, if you want to find some other > > info ? This is a test server administrate by my-self and owned by my > > company. I can open firwall just a moment for yours tests ... > > ok, send me the login-info o my personal address. > > > I have en general, question about server ... I owned into my house a > > personal server (RH 7.1), i just have cable (300K/64K) connection, this > > server is up 24h/24h, and it do nothing very important. > > Are phpbt dev team interested? > > why not? :) Yup, we could definitely use it as a test-bed for postgres compatibility. |
|
From: Javier S. <js...@si...> - 2001-09-13 16:48:12
|
Yes , i can install anything you which ... then give to each dev a login pass ;-) Ben Curtis wrote: >>>I have en general, question about server ... I owned into my house a >>>personal server (RH 7.1), i just have cable (300K/64K) connection, this >>>server is up 24h/24h, and it do nothing very important. >>>Are phpbt dev team interested? >>> >>why not? :) >> > >Yup, we could definitely use it as a test-bed for postgres compatibility. > > |