vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Anyone try sqsh yet on the new server? First I tried running the sqsh I have compiled from 12.5 and got: Open Client Message Layer 7, Origin 9, Severity 5, Number 128 ct_init(): security service layer: internal security control layer error: error string not available Then I tried compiling it against ASE15 and got: sqsh_init.o(.text+0x456): In function `sqsh_exit': sqsh_init.c:338: undefined reference to `ct_exit' undefined reference to `cs_ctx_drop' undefined reference to `ct_con_props' undefined reference to `ct_con_drop' undefined reference to `ct_close' I'm using sqsh-2.1 on red hat linux 2.6.9-11.EL. Any help is appreciated. Steve -- Steven J. Backus Computer Specialist University of Utah E-Mail: backus@genepi.med.utah.edu Department of Genetic Epidemiology Alternate: backus@math.utah.edu 391 Chipeta Way -- Suite D2 Office: 801.587.9308 Salt Lake City, UT 84108-1266 http://www.math.utah.edu/~backus |
| |||
| On Thu, 15 Sep 2005 20:11:09 -0600, Steven Backus wrote: > Anyone try sqsh yet on the new server? First I tried running the > sqsh I have compiled from 12.5 and got: > > Open Client Message > Layer 7, Origin 9, Severity 5, Number 128 > ct_init(): security service layer: internal security control layer error: error > string not available > > Then I tried compiling it against ASE15 and got: > > sqsh_init.o(.text+0x456): In function `sqsh_exit': > sqsh_init.c:338: undefined reference to `ct_exit' > undefined reference to `cs_ctx_drop' > undefined reference to `ct_con_props' > undefined reference to `ct_con_drop' > undefined reference to `ct_close' > > I'm using sqsh-2.1 on red hat linux 2.6.9-11.EL. Any help is appreciated. > > Steve They changed the names of the ct lib files, it's now called libsybct.so instead of libct.so etc. I fixed it with creating a symlink from the new name to the old name. |
| ||||
| On Fri, 16 Sep 2005 07:36:30 -0700, michael.peppler@gmail.com wrote: > I've had sqsh working with ASE 15 since the early beta. I'm not sure if my > version is patched or if it's the latest "official" version (that's 2.1.3, > btw) I just checked - 2.1.3 builds "out of the box" with ASE 15.0. Michael -- Michael Peppler [TeamSybase] mpeppler@peppler.org - http://www.peppler.org/ Sybase DBA/Developer Sybase on Linux FAQ: http://www.peppler.org/FAQ/linux.html |