On Wed, Jun 30, 2010 at 8:43 PM, Unixservice Support <[email protected]> wrote: > Liyong Liu wrote: >> Hi all, >> >> Have headache here. Any help will be appreciated. >> >> I am able to install and run unxsbind though yum install unxsbind. >> But I need modify some source code a little bit. >> So I download the source code package, from http://unixservice.com/source/ >> and when I "make" the source folder, always say header file not found. >> I check a file named "mysqlrad.h", there is one line of code >> "#include <mysql/mysql.h>", I search the whole file system cannot >> find any file named "mysql.h". >> >> Can anyone help. >> Thanks a lot >> David >> _______________________________________________ >> unxsBind mailing list >> [email protected] >> https://lists.openisp.net/mailman/listinfo/unxsbind >> >> > 64 vs 32 libmysql issue? > make sure you > yum install mysql-devel > (64 bit issue: And if needed sym link the lib paths) > > -- > AM Support Staff > Unixservice, LLC. > +1 310-356-6265 > +1 630-206-9449 > http://unixservice.com > 155 S.E. 16th Ave > Portland, Oregon 97214 > USA > > No binding contract will be made between an employee of Unixservice and > a third party either verbally or by email, until a written document has > been signed on behalf of Unixservice. This e-mail is intended only for > the use of the addressees named above and may be confidential. If you > are not an addressee you must not use any information contained in nor > copy it nor inform any person other than the addressees of its existence > or contents. > > _______________________________________________ > unxsBind mailing list > [email protected] > https://lists.openisp.net/mailman/listinfo/unxsbind >
Hi, Thanks a lot for your help. After installing mysql-devel, the problem solved. Thanks again. David _______________________________________________ unxsBind mailing list [email protected] https://lists.openisp.net/mailman/listinfo/unxsbind
