Q&A

  • 인터베이스 UDF 등록 질문 ㅡㅡ^
redhat7.1 linux에

FreeUDFLibC.tar.gz이걸 다운 받아서

1 gunzip FreeUDFLibC.tar.gz

2 tar xvf FreeUDFLibC.tar.gz

3 cp Makefile.Linux Makefile //압축풀면 readme파일에.. 나왔슴다.^^;

4 vi Makefile 에서

IBASE=/opt/interbase //전 이곳에 설치 했구든여

# (for 5.5 and higher)

#IB_VERSION=IB55

# (for 5.0 and lower)

#IB_VERSION=IB50

# (for 6.0 and lower)

IB_VERSION=IB60 // 이것두



6 make install // 잘인스톨 되는디..

[root@localhost FreeUDFLibC]# make install

------------------------------------------------------

You need to copy FreeUDFLib to the interbase lib

directory in order for the server to load it.

------------------------------------------------------

I can do this automagically for you, but you'll need

to type the password for root below. If you don't

trust me, then just bomb out of this and to install

type something like this (while logged in as root):

cp FreeUDFLibC /usr/interbase/lib

------------------------------------------------------



echo 'cp FreeUDFLibC /opt/interbase/lib' | su

/opt/interbase/lib/FreeUDFLibC 카피된거 확인하고



새로운 함수 실행하면..

모듈을 찾을수 없다고 함니다..

어떻게 설치 해야죠.. ㅡ.ㅜ



0  COMMENTS