- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
PHP Ingres 失败并显示消息:
/usr/bin/php: symbol lookup error: /opt/Ingres/IngresII/ingres/lib/libiiapi.1.so: undefined symbol: adg_srv_size
ingres-10.0.0-132-NPTL-com-pc-linux-ingbuild-i386
and ingres-9.2.1-103-NPTL-com-pc-linux-ingbuild-i386
env...
LD_LIBRARY_PATH=/lib:/usr/lib:/opt/Ingres/IngresII/ingres/lib
PATH=/opt/Ingres/IngresII/ingres/bin:/opt/Ingres/IngresII/ingres/utility:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
II_SYSTEM=/opt/Ingres/IngresII
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION="Ubuntu 12.04 LTS"
$ phpize
Configuring for:
PHP Api Version: 20090626
Zend Module Api No: 20090626
Zend Extension Api No: 220090626
$ ./configure
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for PHP prefix... /usr
checking for PHP includes... -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
checking for PHP extension directory... /usr/lib/php5/20090626+lfs
checking for PHP installed headers prefix... /usr/include/php5
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... re2c
checking for re2c version... 0.13.5 (ok)
checking for gawk... no
checking for nawk... nawk
checking if nawk is broken... no
checking for improved Ingres support... yes, shared
checking Use ingres2 as the extension name... no
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking for gawk... (cached) nawk
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating ./config.status
config.status: creating config.h
config.status: executing libtool commands
$ make
/bin/sh /home/ingres/ingres-2.2.3/libtool --mode=compile cc -I. -I/home/ingres /ingres-2.2.3 -DPHP_ATOM_INC -I/home/ingres/ingres-2.2.3/include -I/home/ingres/ingres-2.2.3/main -I/home/ingres/ingres-2.2.3 -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/Ingres/IngresII/ingres/files -DHAVE_CONFIG_H -g -O2 -c /home/ingres/ingres-2.2.3/ingres.c -o ingres.lo
libtool: compile: cc -I. -I/home/ingres/ingres-2.2.3 -DPHP_ATOM_INC -I/home/ingres/ingres-2.2.3/include -I/home/ingres/ingres-2.2.3/main -I/home/ingres/ingres-2.2.3 -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/Ingres/IngresII/ingres/files -DHAVE_CONFIG_H -g -O2 -c /home/ingres/ingres-2.2.3/ingres.c -fPIC -DPIC -o .libs/ingres.o
/home/ingres/ingres-2.2.3/ingres.c: In function 'php_ii_gen_cursor_id':
/home/ingres/ingres-2.2.3/ingres.c:2980:5: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'int' [-Wformat]
/bin/sh /home/ingres/ingres-2.2.3/libtool --mode=compile cc -I. -I/home/ingres/ingres-2.2.3 -DPHP_ATOM_INC -I/home/ingres/ingres-2.2.3/include -I/home/ingres/ingres-2.2.3/main -I/home/ingres/ingres-2.2.3 -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/Ingres/IngresII/ingres/files -DHAVE_CONFIG_H -g -O2 -c /home/ingres/ingres-2.2.3/convertUTF.c -o convertUTF.lo
libtool: compile: cc -I. -I/home/ingres/ingres-2.2.3 -DPHP_ATOM_INC -I/home/ingres/ingres-2.2.3/include -I/home/ingres/ingres-2.2.3/main -I/home/ingres/ingres-2.2.3 -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/Ingres/IngresII/ingres/files -DHAVE_CONFIG_H -g -O2 -c /home/ingres/ingres-2.2.3/convertUTF.c -fPIC -DPIC -o .libs/convertUTF.o
/bin/sh /home/ingres/ingres-2.2.3/libtool --mode=link cc -DPHP_ATOM_INC -I/home/ingres/ingres-2.2.3/include -I/home/ingres/ingres-2.2.3/main -I/home/ingres/ingres-2.2.3 -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/Ingres/IngresII/ingres/files -DHAVE_CONFIG_H -g -O2 -o ingres.la -export-dynamic -avoid-version -prefer-pic -module -rpath /home/ingres/ingres-2.2.3/modules ingres.lo convertUTF.lo -Wl,-rpath,/opt/Ingres/IngresII/ingres/lib -L/opt/Ingres/IngresII/ingres/lib -lcompat.1 -Wl,-rpath,/opt/Ingres/IngresII/ingres/lib -L/opt/Ingres/IngresII/ingres/lib -lframe.1 -Wl,-rpath,/opt/Ingres/IngresII/ingres/lib -L/opt/Ingres/IngresII/ingres/lib -lq.1 -Wl,-rpath,/opt/Ingres/IngresII/ingres/lib -L/opt/Ingres/IngresII/ingres/lib -liiapi.1
libtool: link: cc -shared -fPIC -DPIC .libs/ingres.o .libs/convertUTF.o -L/opt/Ingres/IngresII/ingres/lib -lcompat.1 -lframe.1 -lq.1 -liiapi.1 -O2 -Wl,-rpath -Wl,/opt/Ingres/IngresII/ingres/lib -Wl,-rpath -Wl,/opt/Ingres/IngresII/ingres/lib -Wl,-rpath -Wl,/opt/Ingres/IngresII/ingres/lib -Wl,-rpath -Wl,/opt/Ingres/IngresII/ingres/lib -Wl,-soname -Wl,ingres.so -o .libs/ingres.so
libtool: link: ( cd ".libs" && rm -f "ingres.la" && ln -s "../ingres.la" "ingres.la" )
/bin/sh /home/ingres/ingres-2.2.3/libtool --mode=install cp ./ingres.la /home/ingres/ingres-2.2.3/modules
libtool: install: cp ./.libs/ingres.so /home/ingres/ingres-2.2.3/modules/ingres.so
libtool: install: cp ./.libs/ingres.lai /home/ingres/ingres-2.2.3/modules/ingres.la
libtool: finish: PATH="/opt/Ingres/IngresII/ingres/bin:/opt/Ingres/IngresII/ingres/utility:/opt/Ingres/IngresII/ingres/bin:/opt/Ingres/IngresII/ingres/utility:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/sbin" ldconfig -n /home/ingres/ingres-2.2.3/modules
----------------------------------------------------------------------
Libraries have been installed in:
/home/ingres/ingres-2.2.3/modules
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Build complete.
Don't forget to run 'make test'.
$ make test
Build complete.
Don't forget to run 'make test'.
/usr/bin/php: symbol lookup error: /opt/Ingres/IngresII/ingres/lib/libiiapi.1.so: undefined symbol: adg_srv_size
/usr/bin/php: symbol lookup error: /opt/Ingres/IngresII/ingres/lib/libiiapi.1.so: undefined symbol: adg_srv_size
=====================================================================
PHP : /usr/bin/php
CWD : /home/ingres/ingres-2.2.3
Extra dirs :
VALGRIND : Not used
=====================================================================
TIME START 2012-06-14 10:19:01
=====================================================================
FAIL Ingres: Bug #15586 - test for white space handling at the start of a query [tests/bug_15586.phpt]
FAIL Ingres: Bug #15586 - test for a new line at the start of a query [tests/bug_15586_newlines.phpt]
FAIL Ingres: Bug 16752 - Passing zero length strings based on PHP types [tests/bug_16752_1.phpt]
FAIL Ingres: Bug 16752 - Passing zero length strings using parameter typing [tests/bug_16752_2.phpt]
FAIL Ingres: Bug 16752 - Passing zero length strings based on DESCRIBE INPUT [tests/bug_16752_3.phpt]
FAIL Ingres: Bug 16990 - SEGV when executing a procedure [tests/bug_16990_procedure_segv.phpt]
FAIL Ingres: Bug #17302 - Test for closure of statements [tests/bug_17302.phpt]
FAIL Ingres: Bug #17556 - test for error handling in non-result returning statements [tests/bug_17556.phpt]
FAIL Ingres: Insert a boolean value using DESCRIBE INPUT. [tests/insert_boolean_1.phpt]
FAIL Ingres: Insert a boolean value using a static query. [tests/insert_boolean_2.phpt]
FAIL Ingres: connect to a database as current user [tests/test_001.phpt]
FAIL Ingres: connect to a database with user+password [tests/test_002.phpt]
FAIL Ingres: execute a simple select against default link - no results returned. [tests/test_003.phpt]
FAIL Ingres: execute a simple select against default link - fetch object. [tests/test_
/usr/bin/php: symbol lookup error: /opt/Ingres/IngresII/ingres/lib/libiiapi.1.so: undefined symbol: adg_srv_size
Anything obvious that I am missing?
here are the output from my installation.
Your assistants is much appreciated.
Tried with ingres:
ingres-10.0.0-132-NPTL-com-pc-linux-ingbuild-i386
and ingres-9.2.1-103-NPTL-com-pc-linux-ingbuild-i386
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION="Ubuntu 12.04 LTS"
$ phpize
Configuring for:
PHP Api Version: 20090626
Zend Module Api No: 20090626
Zend Extension Api No: 220090626
$ ./configure
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for PHP prefix... /usr
checking for PHP includes... -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
checking for PHP extension directory... /usr/lib/php5/20090626+lfs
checking for PHP installed headers prefix... /usr/include/php5
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... re2c
checking for re2c version... 0.13.5 (ok)
checking for gawk... no
checking for nawk... nawk
checking if nawk is broken... no
checking for improved Ingres support... yes, shared
checking Use ingres2 as the extension name... no
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking for gawk... (cached) nawk
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating ./config.status
config.status: creating config.h
config.status: executing libtool commands
$ make
/bin/sh /home/ingres/ingres-2.2.3/libtool --mode=compile cc -I. -I/home/ingres/ingres-2.2.3 -DPHP_ATOM_INC -I/home/ingres/ingres-2.2.3/include -I/home/ingres/ingres-2.2.3/main -I/home/ingres/ingres-2.2.3 -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/Ingres/IngresII/ingres/files -DHAVE_CONFIG_H -g -O2 -c /home/ingres/ingres-2.2.3/ingres.c -o ingres.lo
libtool: compile: cc -I. -I/home/ingres/ingres-2.2.3 -DPHP_ATOM_INC -I/home/ingres/ingres-2.2.3/include -I/home/ingres/ingres-2.2.3/main -I/home/ingres/ingres-2.2.3 -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/Ingres/IngresII/ingres/files -DHAVE_CONFIG_H -g -O2 -c /home/ingres/ingres-2.2.3/ingres.c -fPIC -DPIC -o .libs/ingres.o
/home/ingres/ingres-2.2.3/ingres.c: In function 'php_ii_gen_cursor_id':
/home/ingres/ingres-2.2.3/ingres.c:2980:5: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'int' [-Wformat]
/bin/sh /home/ingres/ingres-2.2.3/libtool --mode=compile cc -I. -I/home/ingres/ingres-2.2.3 -DPHP_ATOM_INC -I/home/ingres/ingres-2.2.3/include -I/home/ingres/ingres-2.2.3/main -I/home/ingres/ingres-2.2.3 -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/Ingres/IngresII/ingres/files -DHAVE_CONFIG_H -g -O2 -c /home/ingres/ingres-2.2.3/convertUTF.c -o convertUTF.lo
libtool: compile: cc -I. -I/home/ingres/ingres-2.2.3 -DPHP_ATOM_INC -I/home/ingres/ingres-2.2.3/include -I/home/ingres/ingres-2.2.3/main -I/home/ingres/ingres-2.2.3 -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/Ingres/IngresII/ingres/files -DHAVE_CONFIG_H -g -O2 -c /home/ingres/ingres-2.2.3/convertUTF.c -fPIC -DPIC -o .libs/convertUTF.o
/bin/sh /home/ingres/ingres-2.2.3/libtool --mode=link cc -DPHP_ATOM_INC -I/home/ingres/ingres-2.2.3/include -I/home/ingres/ingres-2.2.3/main -I/home/ingres/ingres-2.2.3 -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/Ingres/IngresII/ingres/files -DHAVE_CONFIG_H -g -O2 -o ingres.la -export-dynamic -avoid-version -prefer-pic -module -rpath /home/ingres/ingres-2.2.3/modules ingres.lo convertUTF.lo -Wl,-rpath,/opt/Ingres/IngresII/ingres/lib -L/opt/Ingres/IngresII/ingres/lib -lcompat.1 -Wl,-rpath,/opt/Ingres/IngresII/ingres/lib -L/opt/Ingres/IngresII/ingres/lib -lframe.1 -Wl,-rpath,/opt/Ingres/IngresII/ingres/lib -L/opt/Ingres/IngresII/ingres/lib -lq.1 -Wl,-rpath,/opt/Ingres/IngresII/ingres/lib -L/opt/Ingres/IngresII/ingres/lib -liiapi.1
libtool: link: cc -shared -fPIC -DPIC .libs/ingres.o .libs/convertUTF.o -L/opt/Ingres/IngresII/ingres/lib -lcompat.1 -lframe.1 -lq.1 -liiapi.1 -O2 -Wl,-rpath -Wl,/opt/Ingres/IngresII/ingres/lib -Wl,-rpath -Wl,/opt/Ingres/IngresII/ingres/lib -Wl,-rpath -Wl,/opt/Ingres/IngresII/ingres/lib -Wl,-rpath -Wl,/opt/Ingres/IngresII/ingres/lib -Wl,-soname -Wl,ingres.so -o .libs/ingres.so
libtool: link: ( cd ".libs" && rm -f "ingres.la" && ln -s "../ingres.la" "ingres.la" )
/bin/sh /home/ingres/ingres-2.2.3/libtool --mode=install cp ./ingres.la /home/ingres/ingres-2.2.3/modules
libtool: install: cp ./.libs/ingres.so /home/ingres/ingres-2.2.3/modules/ingres.so
libtool: install: cp ./.libs/ingres.lai /home/ingres/ingres-2.2.3/modules/ingres.la
libtool: finish: PATH="/opt/Ingres/IngresII/ingres/bin:/opt/Ingres/IngresII/ingres/utility:/opt/Ingres/IngresII/ingres/bin:/opt/Ingres/IngresII/ingres/utility:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/sbin" ldconfig -n /home/ingres/ingres-2.2.3/modules
----------------------------------------------------------------------
Libraries have been installed in:
/home/ingres/ingres-2.2.3/modules
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Build complete.
Don't forget to run 'make test'.
$ make test
Build complete.
Don't forget to run 'make test'.
/usr/bin/php: symbol lookup error: /opt/Ingres/IngresII/ingres/lib/libiiapi.1.so: undefined symbol: adg_srv_size
/usr/bin/php: symbol lookup error: /opt/Ingres/IngresII/ingres/lib/libiiapi.1.so: undefined symbol: adg_srv_size
=====================================================================
PHP : /usr/bin/php
CWD : /home/ingres/ingres-2.2.3
Extra dirs :
VALGRIND : Not used
=====================================================================
TIME START 2012-06-14 10:19:01
=====================================================================
enter code here
最佳答案
这是一个已在最新版本 2.2.4 中修复的错误 - 您可以通过 http://pecl.php.net/get/ingres 下载代码.用于与 Ingres 链接的库的顺序似乎已经改变或变得更加敏感。
关于php - 在 Ubuntu 上为 PHP 安装 Ingres 扩展,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11033111/
我在 JavaScript 文件中运行 PHP,例如...... var = '';). 我需要使用 JavaScript 来扫描字符串中的 PHP 定界符(打开和关闭 PHP 的 )。 我已经知道使
我希望能够做这样的事情: php --determine-oldest-supported-php-version test.php 并得到这个输出: 7.2 也就是说,php 二进制检查 test.
我正在开发一个目前不使用任何框架的大型 php 站点。我的大问题是,随着时间的推移慢慢尝试将框架融入应用程序是否可取,例如在创建的新部件和更新的旧部件中? 比如所有的页面都是直接通过url服务的,有几
下面是我的源代码,我想在同一页面顶部的另一个 php 脚本中使用位于底部 php 脚本的变量 $r1。我需要一个简单的解决方案来解决这个问题。我想在代码中存在的更新查询中使用该变量。 $name)
我正在制作一个网站,根据不同的情况进行大量 PHP 重定向。就像这样...... header("Location: somesite.com/redirectedpage.php"); 为了安全起见
我有一个旧网站,我的 php 标签从 因为短标签已经显示出安全问题,并且在未来的版本中将不被支持。 关于php - 如何避免在 php 文件中写入
我有一个用 PHP 编写的配置文件,如下所示, 所以我想用PHP开发一个接口(interface),它可以编辑文件值,如$WEBPATH , $ACCOUNTPATH和 const值(value)观
我试图制作一个登录页面来学习基本的PHP,首先我希望我的独立PHP文件存储HTML文件的输入(带有表单),但是当我按下按钮时(触发POST到PHP脚本) )我一直收到令人不愉快的错误。 我已经搜索了S
我正在寻找一种让 PHP 以一种形式打印任意数组的方法,我可以将该数组作为赋值包含在我的(测试)代码中。 print_r 产生例如: Array ( [0] => qsr-part:1285 [1]
这个问题已经有答案了: 已关闭11 年前。 Possible Duplicate: What is the max key size for an array in PHP? 正如标题所说,我想知道
我正在寻找一种让 PHP 以一种形式打印任意数组的方法,我可以将该数组作为赋值包含在我的(测试)代码中。 print_r 产生例如: Array ( [0] => qsr-part:1285 [1]
关闭。这个问题需要多问focused 。目前不接受答案。 想要改进此问题吗?更新问题,使其仅关注一个问题 editing this post . 已关闭 9 年前。 Improve this ques
我在 MySQL 数据库中有一个表,其中存储餐厅在每个工作日和时段提供的菜单。 表结构如下: i_type i_name i_cost i_day i_start i_
我有两页。 test1.php 和 test2.php。 我想做的就是在 test1.php 上点击提交,并将 test2.php 显示在 div 中。这实际上工作正常,但我需要向 test2.php
我得到了这个代码。我想通过textarea更新mysql。我在textarea中回显我的MySQL,但我不知道如何更新它,我应该把所有东西都放进去吗,因为_GET模式没有给我任何东西,我也尝试_GET
首先,我是 php 的新手,所以我仍在努力学习。我在 Wordpress 上创建了一个表单,我想将值插入一个表(data_test 表,我已经管理了),然后从 data_test 表中获取所有列(id
我有以下函数可以清理用户或网址的输入: function SanitizeString($var) { $var=stripslashes($var); $va
我有一个 html 页面,它使用 php 文件查询数据库,然后让用户登录,否则拒绝访问。我遇到的问题是它只是重定向到 php 文件的 url,并且从不对发生的事情提供反馈。这是我第一次使用 html、
我有一个页面充满了指向 pdf 的链接,我想跟踪哪些链接被单击。我以为我可以做如下的事情,但遇到了问题: query($sql); if($result){
我正在使用 从外部文本文件加载 HTML/PHP 代码 $f = fopen($filename, "r"); while ($line = fgets($f, 4096)) { print $l
我是一名优秀的程序员,十分优秀!