понедельник, 14 января 2013 г., 7:34:59 UTC+4 пользователь K.S. Bhaskar написал:
It's OK now, but there is some exceptions. While configuring with default parameters (for example: "root@test:/usr/local/src/gtm-6.0-001/build# cmake /usr/local/src/gtm-6.0-001") make works to 100% without any errors or warnings, but "make install" installs GT.M distribution in '/usr/local/lib/fis-gtm/GTM_RELEASE_VERSION_' directory. I mean that dirname literally, that is version and arch variables don't get their values in cmake script. When configuring with appropriate parameters (for example: "root@test:/usr/local/src/gtm-6.0-001/build# cmake -D CMAKE_INSTALL_PREFIX:PATH=/opt -D GTM_INSTALL_DIR:STRING=gtm-6.001 /usr/local/src/gtm-6.0-001") "make install" doing all right.
Second issue is about configure script in this dist (which built from source, I mean). Full installation log:
===
root@test:/opt/gtm-6.001# LANG= ./configure
GT.M Configuration Script
Copyright 2009, 2012 Fidelity Information Services, Inc. Use of this
software is restricted by the provisions of your license agreement.
What user account should own the files? (bin)
What group should own the files? (bin)
Should execution of GT.M be restricted to this group? (y or n) n
In what directory should GT.M be installed? /opt/gtm_test
Directory /opt/gtm_test does not exist. Do you wish to create it as part of
this installation? (y or n) y
Installing GT.M....
Should UTF-8 support be installed? (y or n) n
cp: cannot stat `plugin/gtmcrypt/show_install_config.sh': No such file or directory
chmod: cannot access `/opt/gtm_test/plugin/gtmcrypt/show_install_config.sh': No such file or directory
chown: cannot access `/opt/gtm_test/plugin/gtmcrypt/show_install_config.sh': No such file or directory
chgrp: cannot access `/opt/gtm_test/plugin/gtmcrypt/show_install_config.sh': No such file or directory
install: cannot stat `plugin/libgtmcrypt_openssl_BLOWFISHCFB.so': No such file or directory
install: cannot stat `plugin/libgtmcrypt_openssl_AES256CFB.so': No such file or directory
install: cannot stat `plugin/libgtmcrypt_gcrypt_AES256CFB.so': No such file or directory
All of the GT.M MUMPS routines are distributed with uppercase names.
You can create lowercase copies of these routines if you wish, but
to avoid problems with compatibility in the future, consider keeping
only the uppercase versions of the files.
Do you want uppercase and lowercase versions of the MUMPS routines? (y or n)n
Compiling all of the MUMPS routines. This may take a moment.
chown: cannot access `/opt/gtm_test/*.txt': No such file or directory
chgrp: cannot access `/opt/gtm_test/*.txt': No such file or directory
GTM>
%GDE-I-GDUSEDEFS, Using defaults for Global Directory
/opt/gtm_test/gtmhelp.gld
GDE>
GDE>
GDE>
%GDE-I-VERIFY, Verification OK
%GDE-I-GDCREATE, Creating Global Directory file
/opt/gtm_test/gtmhelp.gld
GTM>
%GDE-I-GDUSEDEFS, Using defaults for Global Directory
/opt/gtm_test/gdehelp.gld
GDE>
GDE>
GDE>
%GDE-I-VERIFY, Verification OK
%GDE-I-GDCREATE, Creating Global Directory file
/opt/gtm_test/gdehelp.gld
chmod: cannot operate on dangling symlink `/opt/gtm_test/plugin/libgtmcrypt.so'
Installation completed. Would you like all the temporary files
removed from this directory? (y or n) n
root@tspost:/opt/gtm-6.001#
===
There are some errors about missing files. OS is similar to my previous post: Debian 6.0.6 x86