powered by simpleCommunicator - 2.0.56     © 2025 Programmizd 02
Целевая тема:
Создать новую тему:
Автор:
Закрыть
Цитировать
Форумы / Sybase ASA, ASE, IQ [игнор отключен] [закрыт для гостей] / Настроить связку apache+php+sybase на CentOS
9 сообщений из 9, страница 1 из 1
Настроить связку apache+php+sybase на CentOS
    #36869575
anty_rc
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
Здравствуйте всем.
Подскажите пожалуйста, кто делал такое, как правильно настроить данную связку, что и зачем нужно инсталить/компилить. И если можно поподробней .. ))
...
Рейтинг: 0 / 0
Настроить связку apache+php+sybase на CentOS
    #36869580
anty_rc
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
уточнение - ase 12.5
...
Рейтинг: 0 / 0
Настроить связку apache+php+sybase на CentOS
    #36884851
anty_rc
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
Неужели никто не компилил пхп с поддержкой работы с sybase ? (sybase или sybase-ct)

Пока, после гугления, удалось немного продвинутся :

- удалось установить php из исходников (5.2.14) с опцией --with-sybase-ct=/opt/sybase
в переменных среды добавил SYBASE=/opt/sybase (добавил в bash.rc)
в ld_so.conf добавил строку /opt/sybase/lib , с последующим запуском ldconfig
в php.ini раскоментил строку sybase.interface.file= '/opt/sybase/interfaces'

также добавил на всякий пожарный строчку SetEnv SYBASE /opt/sybase в httpd.conf

в phpinfo эта переменная видна , а также отображается что sybase-ct подключена

sybase_ct
Sybase_CT Support enabled
Active Persistent Links 0
Active Links 0
Min server severity 10
Min client severity 10
Application Name PHP 5.2.14
Deadlock retry count 0

Directive Local Value Master Value
.....
Но после рестарта апача (и компа) создается файл в корне - sybinit.err (в error_log тоже самое)

"The context allocation routine failed when it tried to load localization files!!!!
One or more following problems may caused the failure
Cannot acces the sybase home directory, please check environment variable SYBASE or ~sybase
"
.. и все .. что делать дальше пока не знаю... :((
...
Рейтинг: 0 / 0
Настроить связку apache+php+sybase на CentOS
    #36885612
Фотография Dmitry.
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
SYBASE КЛИЕНТА ТЫ ПОСТАВИЛ?
...
Рейтинг: 0 / 0
Настроить связку apache+php+sybase на CentOS
    #36885793
anty_rc
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
Значит с самого начала с подробностями:
-сервер ASE-12.5 - стоит на отдельной машинке (RHEL4 x86_64)

-апач стоит на Сentos5.5 (поставлен из пакета)
- исходники пхп (5.2.14)

Мои действия:
- взял c cервера ASE папку OCS_12_5 и положил ее содержимое в /opt/sybase
(то-есть установки клиента как таковой не делал - может в этом вся трабла ? - просто думал что прописать переменные среды SYBASE=/opt/sybase и LD_LIBRARY_PATH=/opt/sybase/lib будет достаточно)
- скомпилил php с опцией --with-sybase-ct=/opt/sybase

в результате получил вышеописанную ошибку -
Код: plaintext
1.
2.
3.
"The context allocation routine failed when it tried to load localization files!!!!
One or more following problems may caused the failure
Cannot acces the sybase home directory, please check environment variable SYBASE or ~sybase
"
перед уходом с работы, немного почитав сделал еще пару глупостей :
добавил юзера sybase - дал права на каталог sybase ,
потом в порядке експеримента скопировал содержимое /opt/sybase в /home/sybase + добавил папки locales и charsets (скопировал из сервера ASE) . Теперь думаю может можно было просто сделать симлинк в home на /opt/sybase и не создавать вовсе юзера sybase - ???

В результате при рестарте апача файл sibinit.err не создался, то-есть библиотека подгрузилась и я уже было обрадовался , но не тут то было - в error_log апача при попытке конекта увидел запись типа (к сожалению синтаксис ошибки неточный - уточню только завтра утром):
PHP Warning: sybase_connect()
[<a href='function.sybase-connect'>function.sybase-connect</a>]:
Sybase: Unable to allocate connection record in /htm/index.php on line 10

ну вот и все пока..., нужно найти где допустил ошибки... (
...
Рейтинг: 0 / 0
Настроить связку apache+php+sybase на CentOS
    #36885987
White Owl
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
Переменная среды должна быть доступна модулю php. Для этого она должна быть доступна самому php. А для этого она должна быть установлена в среде в которой запускается Апач...
Игры с каталогами не нужны.
...
Рейтинг: 0 / 0
Настроить связку apache+php+sybase на CentOS
    #36886904
anty_rc
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
тем не менее вопрос с переменными уже решен - таких ошибок больше нет.
Теперь есть только предупреждение в error_log апача
Код: plaintext
1.
2.
3.
4.
 
Warning: sybase_connect() [function.sybase-connect]: Sybase: Unable to allocate connection record in /var/www/html/test/CSybase.php on line  7 
Warning: sybase_query(): supplied argument is not a valid Sybase-Link resource in /var/www/html/test/CSybase.php on line  13 
Warning: sybase_fetch_array(): supplied argument is not a valid Sybase result resource in /var/www/html/test/CSybase.php on line  14 

Подозреваю что компиляция прошла не совсем успешно...
Вот фрагменты лога компиляции которые у меня вызывают сомнение:

Код: plaintext
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
27.
28.
29.
30.
31.
32.
33.
34.
35.
36.
37.
38.
39.
40.
41.
42.
43.
44.
45.
46.
47.
48.
49.
50.
51.
52.
53.
54.
55.
56.
57.
58.
59.
60.
61.
62.
63.
64.
65.
66.
67.
68.
69.
70.
71.
72.
73.
74.
75.
76.
77.
78.
79.
80.
81.
82.
83.
84.
85.
86.
87.
88.
89.
90.
91.
92.
93.
94.
95.
96.
97.
98.
99.
100.
101.
102.
103.
104.
105.
106.
107.
108.
109.
110.
111.
112.
113.
114.
115.
116.
117.
118.
119.
120.
121.
122.
123.
124.
125.
126.
127.
128.
129.
130.
131.
132.
133.
134.
135.
136.
137.
138.
139.
140.
141.
142.
143.
144.
145.
146.
147.
148.
149.
150.
151.
152.
153.
154.
155.
156.
157.
158.
159.
160.
161.
162.
163.
164.
165.
166.
167.
168.
169.
170.
171.
172.
173.
174.
175.
176.
177.
178.
179.
180.
181.
182.
183.
184.
185.
186.
187.
188.
189.
190.
191.
192.
193.
194.
195.
196.
197.
198.
199.
200.
201.
202.
203.
204.
205.
206.
207.
208.
209.
210.
211.
212.
213.
214.
215.
216.
217.
218.
219.
220.
221.
222.
223.
224.
225.
226.
227.
228.
229.
230.
231.
232.
233.
234.
235.
236.
237.
238.
239.
240.
241.
242.
243.
244.
245.
246.
247.
248.
249.
250.
251.
252.
253.
254.
255.
256.
257.
258.
259.
260.
261.
262.
263.
264.
265.
266.
267.
268.
269.
270.
271.
272.
273.
274.
275.
276.
277.
278.
279.
280.
281.
282.
283.
284.
285.
286.
287.
288.
289.
290.
291.
292.
293.
294.
295.
296.
297.
298.
299.
300.
301.
302.
303.
304.
305.
306.
307.
308.
309.
310.
311.
312.
313.
314.
315.
316.
317.
318.
319.
320.
321.
322.
323.
324.
325.
326.
327.
328.
329.
330.
331.
332.
333.
334.
335.
336.
337.
338.
339.
340.
341.
342.
343.
344.
345.
346.
347.
348.
349.
350.
351.
352.
353.
354.
355.
356.
357.
358.
359.
360.
361.
362.
363.
364.
365.
366.
367.
368.
369.
370.
371.
372.
373.
374.
375.
376.
377.
378.
379.
380.
381.
382.
383.
384.
385.
386.
387.
388.
389.
390.
391.
392.
393.
394.
395.
396.
397.
398.
399.
400.
401.
402.
403.
404.
405.
406.
407.
408.
409.
410.
411.
412.
413.
414.
415.
416.
417.
418.
419.
420.
421.
422.
423.
424.
425.
426.
427.
428.
429.
430.
431.
432.
433.
434.
435.
436.
437.
438.
439.
440.
441.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf  2 . 59 .  Invocation command line was

  $ ./configure --with-sybase-ct=/home/sybase

## --------- ##
## Platform. ##
## --------- ##

hostname = webserver.localdomain
uname -m = i686
uname -r =  2 . 6 . 18 - 194 .el5
uname -s = Linux
uname -v = # 1  SMP Fri Apr  2   14 : 58 : 35  EDT  2010 

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = i686
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /home/sybase/bin
PATH: /home/sybase/bin
PATH: /usr/kerberos/sbin
PATH: /usr/kerberos/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: .
PATH: /root/bin
PATH: .


## ----------- ##
## Core tests. ##
## ----------- ##

configure: 1482 : checking for egrep
configure: 1492 : result: grep -E
configure: 1497 : checking for a sed that does not truncate output
configure: 1551 : result: /bin/sed
configure: 1681 : checking for cc
configure: 1697 : found /usr/bin/cc
configure: 1707 : result: cc
configure: 1728 : checking for C compiler version
configure: 1731 : cc --version </dev/null >&5
cc (GCC)  4 . 1 . 2   20080704  (Red Hat  4 . 1 . 2 - 48 )
Copyright (C)  2006  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure: 1734 : $? =  0 
configure: 1736 : cc -v </dev/null >& 5 
Using built-in specs.
Target: i386-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=i386-redhat-linux
Thread model: posix
gcc version  4 . 1 . 2   20080704  (Red Hat  4 . 1 . 2 - 48 )
configure: 1739 : $? =  0 
configure: 1741 : cc -V </dev/null >& 5 
cc: '-V' option must have argument
configure: 1744 : $? =  1 
configure: 1767 : checking for C compiler default output file name
configure: 1770 : cc    conftest.c  >& 5 
configure: 1773 : $? =  0 

*****

configure: 2185 : result: none needed
configure: 2203 : cc -c -g -O2  conftest.c >& 5 
conftest.c: 2 : error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
configure: 2209 : $? =  1 
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure: 2348 : checking how to run the C preprocessor
configure: 2383 : cc -E  conftest.c
configure: 2389 : $? =  0 
configure: 2421 : cc -E  conftest.c
conftest.c: 9 : 28 : error: ac_nonexistent.h: No such file or directory
configure: 2427 : $? =  1 
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure: 2466 : result: cc -E
configure: 2490 : cc -E  conftest.c
configure: 2496 : $? =  0 
configure: 2528 : cc -E  conftest.c
conftest.c: 9 : 28 : error: ac_nonexistent.h: No such file or directory
configure: 2534 : $? =  1 
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure: 2580 : checking for icc
configure: 2593 : result: no
configure: 2607 : checking for suncc
configure: 2620 : result: no

*****

configure: 2753 : checking if compiler supports -R
configure: 2777 : cc -o conftest -g -O2   conftest.c -R /usr/lib  >& 5 
cc: unrecognized option '-R'
/usr/lib: file not recognized: Is a directory
collect2: ld returned  1  exit status
configure: 2783 : $? =  1 
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return  0 ;
| }
configure: 2810 : result: no
configure: 2815 : checking if compiler supports -Wl,-rpath,
configure: 2839 : cc -o conftest -g -O2   conftest.c -Wl,-rpath,/usr/lib  >& 5 
configure: 2845 : $? =  0 
configure: 2849 : test -z 
			 || test ! -s conftest.err
configure: 2852 : $? =  0 
configure: 2855 : test -s conftest
configure: 2858 : $? =  0 
configure: 2872 : result: yes
configure: 2915 : checking build system type
configure: 2933 : result: i686-pc-linux-gnu
configure: 2941 : checking host system type
configure: 2955 : result: i686-pc-linux-gnu
configure: 2963 : checking target system type
configure: 2977 : result: i686-pc-linux-gnu
configure: 3075 : checking for PHP prefix
configure: 3077 : result: /usr/local
configure: 3079 : checking for PHP includes
configure: 3081 : result: -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib
configure: 3083 : checking for PHP extension directory
configure: 3085 : result: /usr/local/lib/php/extensions/no-debug-non-zts- 20060613 
configure: 3087 : checking for PHP installed headers prefix
configure: 3089 : result: /usr/local/include/php
configure: 3092 : checking if debug is enabled
configure: 3122 : result: no
configure: 3125 : checking if zts is enabled
configure: 3155 : result: no
configure: 3237 : checking for re2c
configure: 3266 : result: no
configure: 3290 : WARNING: You will need re2c  0 . 13 . 4  or later if you want to regenerate PHP parsers.
configure: 3304 : checking for gawk
configure: 3321 : found /bin/gawk
configure: 3331 : result: gawk
configure: 3378 : checking for Sybase-CT support
configure: 3421 : result: yes, shared
configure: 5470 : checking for netg_errstr in -ltcl
configure: 5500 : cc -o conftest -g -O2  -Wl,-rpath,/home/sybase/lib -L/home/sybase/lib  -lcs -lct -lcomn -lintl conftest.c -ltcl   >& 5 
/tmp/ccccXDra.o: In function `main':
/home/php_source/php-5.2.14/ext/sybase_ct/conftest.c:22: undefined reference to `netg_errstr'
/home/sybase/lib/libtcl.a: undefined reference to `dlsym'
/home/sybase/lib/libtcl.a: undefined reference to `dlerror'
/home/sybase/lib/libcomn.so: undefined reference to `dladdr'
/home/sybase/lib/libtcl.a: undefined reference to `dlopen'
/home/sybase/lib/libtcl.a: undefined reference to `dlclose'
collect2: ld returned 1 exit status
configure:5506: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_SYBASE_CT 1
| #define COMPILE_DL_SYBASE_CT 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char netg_errstr ();
| int
| main ()
| {
| netg_errstr ();
|   ;
|   return 0;
| }
configure:5532: result: no
configure:5693: checking for insck__getVdate in -linsck
configure:5723: cc -o conftest -g -O2  -Wl,-rpath,/home/sybase/lib -L/home/sybase/lib  conftest.c -linsck   >&5
configure:5729: $? = 0
configure:5733: test -z 
			 || test ! -s conftest.err
configure:5736: $? = 0
configure:5739: test -s conftest
configure:5742: $? = 0
configure:5755: result: yes
configure:5889: checking for bsd_tcp in -linsck
configure:5919: cc -o conftest -g -O2  -Wl,-rpath,/home/sybase/lib -L/home/sybase/lib  conftest.c -linsck   >&5
/tmp/ccwNnu7O.o: In function `main':
/home/php_source/php- 5 . 2 . 14 /ext/sybase_ct/conftest.c: 22 : undefined reference to `bsd_tcp'
collect2: ld returned 1 exit status
configure:5925: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_SYBASE_CT 1
| #define COMPILE_DL_SYBASE_CT 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char bsd_tcp ();
| int
| main ()
| {
| bsd_tcp ();
|   ;
|   return 0;
| }
configure:5951: result: no
configure:6086: checking for ld used by cc
configure:6153: result: /usr/bin/ld
configure:6162: checking if the linker (/usr/bin/ld) is GNU ld
configure:6177: result: yes
configure:6182: checking for /usr/bin/ld option to reload object files
configure:6189: result: -r
configure:6207: checking for BSD-compatible nm
configure:6256: result: /usr/bin/nm -B
configure:6260: checking whether ln -s works
configure:6264: result: yes
configure:6271: checking how to recognize dependent libraries
configure:6457: result: pass_all
configure:6698: checking for ANSI C header files
configure:6723: cc -c -g -O2  conftest.c >&5
configure:6729: $? = 0
configure:6733: test -z 
			 || test ! -s conftest.err
configure:6736: $? = 0
configure:6739: test -s conftest.o
configure:6742: $? = 0
configure:6831: cc -o conftest -g -O2   conftest.c  >&5
conftest.c: In function 'main':
conftest.c:28: warning: incompatible implicit declaration of built-in function 'exit'
configure:6834: $? = 0
configure:6836: ./conftest
configure:6839: $? = 0
configure:6854: result: yes

********

configure:8734: checking whether the cc linker (/usr/bin/ld) supports shared libraries
configure:9666: result: yes
configure:9687: checking whether -lc should be explicitly linked in
configure:9692: cc -c -g -O2  conftest.c >&5
configure:9695: $? = 0
configure:9710: cc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:9713: $? = 0
configure:9725: result: no
configure:9733: checking dynamic linker characteristics
configure:10335: result: GNU/Linux ld.so
configure:10359: checking how to hardcode library paths into programs
configure:10384: result: immediate
configure:10398: checking whether stripping libraries is possible
configure:10403: result: yes
configure:11238: checking if libtool supports shared libraries
configure:11240: result: yes
configure:11243: checking whether to build shared libraries
configure:11264: result: yes
configure:11267: checking whether to build static libraries
configure:11271: result: no
configure:11366: result:
creating libtool
configure:15061: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on webserver.localdomain

config.status:454: creating config.h

******

## ----------------- ##
## Output variables. ##
## ----------------- ##

AR='ar'
AWK='gawk'
CC='cc'
CFLAGS='-g -O2'
CONFIGURE_COMMAND=' './configure'  '--with-sybase-ct=/home/sybase''
CONFIGURE_OPTIONS=' '--with-sybase-ct=/home/sybase''
CPP='cc -E'
CPPFLAGS=' -DHAVE_CONFIG_H'
DEFS='-DHAVE_CONFIG_H'
DSYMUTIL=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
NMEDIT=''
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
RE2C='exit  0 ;'
SED='/bin/sed'
SHELL='/bin/sh'
SHLIB_DL_SUFFIX_NAME='so'
SHLIB_SUFFIX_NAME='so'
STRIP='strip'
ac_ct_AR='ar'
ac_ct_CC='cc'
ac_ct_DSYMUTIL=''
ac_ct_NMEDIT=''
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='$(prefix)'
host='i686-pc-linux-gnu'
host_alias='i686-pc-linux-gnu'
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i686-pc-linux-gnu'
target_alias=''
target_cpu='i686'
target_os='linux-gnu'
target_vendor='pc'

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define COMPILE_DL_SYBASE_CT  1 
#define HAVE_DLFCN_H  1 
#define HAVE_INTTYPES_H  1 
#define HAVE_MEMORY_H  1 
#define HAVE_STDINT_H  1 
#define HAVE_STDLIB_H  1 
#define HAVE_STRINGS_H  1 
#define HAVE_STRING_H  1 
#define HAVE_SYBASE_CT  1 
#define HAVE_SYS_STAT_H  1 
#define HAVE_SYS_TYPES_H  1 
#define HAVE_UNISTD_H  1 
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS  1 

configure: exit  0 


- что делать дальше, чесно говоря, идей пока нет...
...
Рейтинг: 0 / 0
Настроить связку apache+php+sybase на CentOS
    #36887211
Фотография Dmitry.
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
anty_rc,

я вот еще вспомнил, что на линуксе мы всегда пользовали FREETDS вместо родного клиента.
...
Рейтинг: 0 / 0
Настроить связку apache+php+sybase на CentOS
    #37317088
hexes
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Гость
Если не разобрались ещё, может поможет: ссылка
...
Рейтинг: 0 / 0
9 сообщений из 9, страница 1 из 1
Форумы / Sybase ASA, ASE, IQ [игнор отключен] [закрыт для гостей] / Настроить связку apache+php+sybase на CentOS
Найденые пользователи ...
Разблокировать пользователей ...
Читали форум (0):
Пользователи онлайн (0):
x
x
Закрыть


Просмотр
0 / 0
Close
Debug Console [Select Text]