Fog wont install
-
and i asked for pxe server alternatives
-
Try my latest fog_0.33b.tar.bz2 File
I think I know wht the problem is.It isn’t a problem with mysql
It’s a problem with the package php-mysql.
The install file is calling to install php53-mysql.
Change that to php-mysql and it should work.
It’s easier to just redownload my file and try again.
-
Not working. same problem
-
php-mysql is the same problem?
Have you tried install php php-mysql?
-
Package php-5.5.3-1.fc19.x86_64 already installed and latest version
Package php-mysqlnd-5.5.3-1.fc19.x86_64 already installed and latest version
there all installed -
I’m performing install on fedora 19 right now
-
take a look at the lib/redhat/config.sh file
Make sure all references to php53 (any of them) and remove the 53 part of it.
-
ok
-
I already made the changes, so you won’t find php53
Anyways, I figured out the issue.
Change the stanza under #Fedora for php-mysql to php-mysqlnd and change the mysql mysql-server to mariadb and mariadb-server as Fedora 19 has changed from mysql to mariadb.
-
Give me a couple minutes and I’ll get things working again. You’ll still run into an issue with NFS and udp not building. I’m going to try to get the elements to build and install properly.
-
yes,all refences are gone
-
ok thats done
it says i have mysql
but now udpcast has failed
make has failed? -
Yep, I’m working on that right now.
-
FEDORA 19, what WERE you Thinking WHEN YOU WENT TO MARIA DB? <just needed to vent that out lol>
-
I think I finally got it, in the final testing right now.
-
You will need to start the rpcbind service manually for all of this to work appropriately. It’ll succeed install, but nfs won’t actually be running.
-
my fog is now running, yay!
-
Give me a little bit to post the file. I’m posting this especially for fedora19
-
Link is now slightly adjusted for Fedora 19:
[url]https://mastacontrola.com/fog_0.33b.FEDORA19.tar.bz2[/url] -
If UDPCast still fails to make: run:
yum -y install perl-podlators
Then retry the install, you should be good to go after this.