From: Jimmy H. <ji...@ha...> - 2001-07-06 08:38:40
|
I did that now I got this: $ make Building da site in user install: /home/pngia/r2/binarycloud/build/da/user/./conf/conf.php: No such file or directory install: /home/pngia/r2/binarycloud/build/da/user/./conf/conf.xml: No such file or directory ...... > -----Original Message----- > From: bin...@li... > [mailto:bin...@li...] On > Behalf Of Justin Farnsworth > Sent: Friday, 6 July 2001 5:58 PM > To: bin...@li... > Subject: Re: [binarycloud-dev] Make > > > Jimmy Harlindong wrote: > > > > I tried the following steps: > > > > $ SET BCHOME=/home/me/r2/binarycloud > > $ SET PHPRC=/usr/local/etc > > $ make > > grep: /user/conf/langs.xml: No such file or directory > Building en site > > in user > > /base/utils/installcode.sh: not found > > *** Error code 127 > > > > Stop in /usr/home/pngia/r2/binarycloud/user. > > *** Error code 1 > > > > Stop in /usr/home/pngia/r2/binarycloud. > > > > >>> Any hint? > ----------------- > You forgot to export your environment to any descendant shells. > > do: > > export BCHOME=/home/me/r2/binarycloud; > export PHPRC=/usr/local/etc; > > or, if you are in the same shell where you typed the > above, > > export BCHOME > export PHPRC > > _jef > |