Showing posts with label bluedragon. Show all posts
Showing posts with label bluedragon. Show all posts

Thursday, April 04, 2013

centos 6.3 x64: bluedragon installation no libc

i got a 'lib.so.6: no such file' error when i tried installing bluedragon on a centos 6.3 64bit box


i read somewhere about someone doing something else who got the same error on his 64 bit box. he resolved it by installing glibc.i686. so i tried the same.

# yum install glibc.i686

then i tried again. huwala!

Wednesday, August 03, 2011

bluedragon: datasource with mysql connector

access http://host:8080/bluedragon for datasource administration through admin interface

to install mysql connector...

 ...in linux:
1. download mysql java connector file (mysql-connector-java-3.0.17-ga.tar.gz)
2. unzip compressed file
3. copy mysql-connector-java.jar to bluedragon_path/lib/mysql.jar
4. restart bluedragon
5. create datasource

...in windows:
1. install mysql odbc driver (odbc 3.51 driver)
2. add system dsn
3. refresh bluedragon datasources
4. create datasource

SSH : No matching host key type found. Their offer: ssh-rsa,ssh-dss

Got this while connecting to my mikrotik router via ssh   Unable to negotiate with <ip address> port <ssh port>: no matching hos...