[FGS] messages when installing modules
Normand Savard
nsavard at mapgears.com
Fri Aug 7 09:44:24 EST 2009
Normand Savard wrote:
> Pena Kupen wrote:
>
>> Hello again,
>>
>> More questions to ask:
>> I'm adding pssql module to installation with
>> fgs install php_pgsql-module:5.2.9 http://dl.maptools.org/dl/fgs/releases/95/modules
>>
>> I got extra messages and warnings
>> + Stoping 'apache':
>> + Installing php_pgsql-module:
>> cat: /opt/fgs/etc/fgs/pkgs/my_files.list/VERSION: Not a directory
>> + Getting and extracting module 'php_pgsql-module'... ok
>> + Copying all files into FGS environment... ok
>> * Module 'php_pgsql-module' installed with success.
>> shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
>> chdir: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
>> + Starting 'apache':
>>
>> It seems that module is installed, but is it correctly?
>> At least it's working
>>
>>
>>
Pena,
I checked the installation of php_pgsql-module as root and it works with
the output pasted below. I had to modify two files:
/opt/fgs/etc/init.d/apache
/opt/fgs/etc/fgs/pkgs/postgresql-server/install.sh
I changed adduser to useradd because the "-d", "-s" and "-c" switches
were not found.
Norm
root at Manie:/opt/fgs/etc/fgs/pkgs/apache-base# fgs install
php_pgsql-module:5.2.9 http://dl.maptools.org/dl/fgs/releases/9.5/modules
+ Stoping 'apache':
httpd (no pid file) not running
+ Stoping 'pgsql':
pg_ctl: PID file "/opt/fgs/apps/pgsql/data/postmaster.pid" does not exist
Is server running?
+ Installing php_pgsql-module:
cat: /opt/fgs/etc/fgs/pkgs/my_files.list/VERSION: Not a directory
+ Getting and extracting module 'php_pgsql-module'... wget:
/opt/fgs/lib/libcrypto.so.0.9.8: no version information available
(required by wget)
wget: /opt/fgs/lib/libssl.so.0.9.8: no version information available
(required by wget)
ok
+ Copying all files into FGS environment... ok
* Module 'php_pgsql-module' installed with success.
+ Starting 'apache':
+ Starting 'pgsql':
server starting
More information about the Foss-gis-suite
mailing list