일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- HMI
- 명령어
- 맥코트
- 가상환경
- build
- STS
- ORA-28002
- Anaconda
- 말라키
- 파이썬
- DataTables
- Eclipse
- 분노
- Python
- LOG
- JQuery
- error
- 리눅스
- checkbox
- pythoncom37.dll
- Custom
- geckodriver
- SCADA
- 원한
- Linux
- Today
- Total
2010년 5월 1일, 2막
Run 32 bits fortinet SSL VPN in 64 bits Linux 본문
I am using CentOS 6.6 64bits. Here is how I set up the Fortinet SSL VPN 32 bits client:
1) Download the tar ball file, forticlientsslvpn_linux_4.0.2254.tar.gz. from http://noc.intermax.nl/downloads/fortinet/
2) Extract it
[jchen@latte software]$ tar xvzf forticlientsslvpn_linux_4.0.2254.tar.gz
forticlientsslvpn/
forticlientsslvpn/helper/
forticlientsslvpn/helper/sysconfig.linux.sh
forticlientsslvpn/helper/config
forticlientsslvpn/helper/subproc
forticlientsslvpn/helper/fortisslcacert.pem
forticlientsslvpn/helper/License.txt
forticlientsslvpn/helper/linux.rtbackup
forticlientsslvpn/helper/fortisslclient.crt
forticlientsslvpn/helper/setup.linux.sh
forticlientsslvpn/helper/fortisslclient.key
forticlientsslvpn/helper/cleanup.linux.sh
forticlientsslvpn/forticlientsslvpn
3) As you can see it requires the 32bits libgtk-x11-2.0.so.0 module. To install it you have to tell Linux to download the 32 bits version. In Fedora, the name is something like packagename-version.i686; In Ubuntu, the name is packagename-verion:i386.
[jchen@latte forticlientsslvpn]$ ./forticlientsslvpn
./forticlientsslvpn: error while loading shared libraries:
libgtk-x11-2.0.so.0: cannot open shared object file: No such file or
directory
[jchen@latte forticlientsslvpn]$ sudo find / -name libgtk-x11-2.0.so.0
/usr/lib64/libgtk-x11-2.0.so.0
[jchen@latte forticlientsslvpn]$ sudo yum -y install libgtk*86 libSM*86 xterm
[jchen@latte software]$ sudo find / -name libgtk-x11-2.0.so.0
/usr/lib/libgtk-x11-2.0.so.0
/usr/lib64/libgtk-x11-2.0.so.0
[jchen@latte forticlientsslvpn]$ ./forticlientsslvpn
출처 : http://jackiechen.org/2014/06/17/run-32-bits-fortinet-ssl-vpn-in-64-bits-linux-fedora-20/
'Computer' 카테고리의 다른 글
[WORD] 머리글 및 바닥글에 장 번호와 제목 삽입 (0) | 2014.08.29 |
---|---|
Convert TimeSpan to year, month, date (Age Calculation) in .NET (0) | 2014.08.22 |
[C#] datatable Join 방법 (0) | 2014.08.22 |
RAW HDD 해결 방법 - TestDisk 사용법 (3) | 2014.05.23 |
[SQL] mdb파일 switch 구문 (0) | 2014.04.04 |