Fog wont install
-
Your router will display the public IP because it’s also connected to the internet, but the LAN side of it is what you’re looking for. You should have both WAN and LAN (WAN is your internet, LAN is your Local Area Network)
-
ok,found that
-
now,even with that ip is still isnt workng
-
Same error with mysql?
-
yes. when it installs the packaegs it keeps installing them even when there already there
is says Checking package: php-mysql…Failed!enter command : yum install php-mysql
Package php-mysqlnd-5.5.3-1.fc19.x86_64 already installed. -
Can you post the exact error message(s)?
-
I’m installing Fedora 19 right now as a test. It feels more like an issue in the script that operates.
It’s just going to be a little bit longer.
-
- Installing package: php-mysql
- Installing package: mysql
- Installing package: mysql-server
- Checking package: php-mysql…Failed!
but it is installed already.
try again and the same thing it “fake installs” and then it says it not there
- Installing package: php-mysql
-
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?