Link to home
Start Free TrialLog in
Avatar of donpaata
donpaataFlag for Georgia

asked on

How can i resolve problem with mysql

I installed Freebsd in HP Proliant DL 380 G3, also  I Installed mysql and after reloading the monitor displays the following error:


***Error code 1

stop in /usr/ports/devel/libtool15.
***Error code 1


stop in /usr/ports/devel/gettext.
***Error code 1


stop in /usr/ports/devel/gmake.
***Error code 1

Stop in /usr/ports/databases/mysql60-server.

please, advice
Avatar of Jason Watkins
Jason Watkins
Flag of United States of America image

Hello,

I would rebuild the ports tree and try a reinstall of the packages.

csup -g -L 2 /root/ports-supfile

cd/usr/ports/databases/mysql50-server
make -D BUILD_OPTIMIZED install clean
rehash
Avatar of donpaata

ASKER

Hello,

please see attached files.
DSCF4034.JPG
DSCF4035.JPG
please, see attached file.

I did as you said, and sent screen shot. please advice
The first screen-shot shows a miss-spelled command 'pots' vs. 'ports'.

Second screen-shot lists mysql160-server, vs. mysql150-server.
sorry I made mistake.
I wrote again commands which you sent.

please, see result:

# csup -g -L 2 /root/ports-supfile
Parsing supfile "/root/ports-supfile"
Cannot open "/root/ports-supfile": No such file or directory


# cd/usr/ports/databases/mysql50-server
cd/usr/ports/databases/mysql50-server: Command not found.

please advice

Looks like you are using the ports collection
Sorry, looks like you are NOT using the ports collection.

http://itdecorator.wordpress.com/2010/08/26/the-ports-collection/
Something happened with my system. Maybe I did mistake during the installing freebsd. I'll Install this again. please send me any direcdory that could help me to install coretly. ( paatagunia@gmail.com )
Avatar of FryShadow
FryShadow

first you have to copy the original supfile :

bash>cp /usr/share/examples/cvsup/ports-supfile /root

Now edit the copied file using whatever editor that you have either ee, nano or vi

bash>nano /root/ports-supfile

Looks for  *default host=CHANGE_THIS.freebsd.org and change to any cvsup server that available

Then you can update the ports :)

bash>csup -g -L 2 /root/ports-supfile
you can install packages and port collection using sysinstall (given you have working internet connection)
ASKER CERTIFIED SOLUTION
Avatar of skullnobrains
skullnobrains

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks a lot