Hi,
i have problems when i want to install interworx, here it is:
[root@h10-10 root]# sh iworx-cp-install.sh -u -k
FATAL ERROR: iworx-cp-install.sh requires 'rpmbuild' to be installed
Any idea of what should i do ?
Hi,
i have problems when i want to install interworx, here it is:
[root@h10-10 root]# sh iworx-cp-install.sh -u -k
FATAL ERROR: iworx-cp-install.sh requires 'rpmbuild' to be installed
Any idea of what should i do ?
Iām assuming itās asking for an RPM package that isnāt installed and that you have YUM installed:
try
I tried but it doesnāt work
[root@h10-10 root]# yum install rpmbuild
Gathering header information file(s) from server(s)
Server: Fedora Core 2 - i386 - Base
Server: Fedora Core 2 - i386 - Released Updates
Finding updated packages
Downloading needed headers
Cannot find a package matching rpmbuild
No actions to take
Do you have any other idea ?
thanks for your help
I just looked at a package listing in my Fedora Linux book try:
This is a listing for FC1, but it shouldnāt matter.
Yeah !
thank you, itās working now
i hop there will be no other problems during this instalaltion
thank you again !
no problem. I hope you like InterWorx
i think iāll like it
itās been since november that iām coming on this forum, and while buying interworx, iām sure of what iām doing
**** ! another problem
I installed interworx and everything went well, except a the end, i ran:
sh iworx-cp-install.sh :D
and it told me: no path to sendmail or something like that⦠ok letās continueā¦
In the next step (iām following the iworx doc), i have to do that:
root@server# cd /home/interworx/bin
root@server# ./goiworx.pex
so, i did it and thatās the result:
[root@h10-10 /]# ls
bin dev home lib misc opt root selinux tmp var
boot etc initrd lost+found mnt proc sbin sys usr
[root@h10-10 /]# cd /home/interworx/bin
-bash: cd: /home/interworx/bin: No such file or directory
[root@h10-10 /]# ls home
[root@h10-10 /]#
Whatās that ?? it took a while installing the iworx cp with updates and everything, and now it seems not to be installed
rpm -q *.iworx
Letās see whatās installed and whatās missing.
[root@h10-10 root]# rpm -q *.iworx
package *.iworx is not installed
and i tried to reinstall interworx, but this is the same result : nothing installed !
PS: timryberg, would you turn on your msn so i can contact you ?
thanks
[root@centos root]# cd /home/interworx
[root@centos interworx]# dir
bin cron EULA include iworx.ini iworx.ini.old lib nodeworx sql
CREDITS etc html ioncube iworx.ini~ lang LICENSE siteworx var
[root@centos interworx]#
Thatās what SHOULD be there.
InterWorx does not use Sendmail, it uses qmail
run
# service iworx status
if it says itās down run the command with start
If is says āunrecognized serviceā then you have a serious problem
Just did, sorry. Disconnected from the Internet and forgot to log back into that earlier today.
so i have a serious problem
anyone else who reads this I was wrong about the command earlier inthe thrad itās
rpm -qa | grep iworx
There are all sorts of errors here, at my suggestion Roman has open a support ticket.
Roman,
did you launch the script as root ?
hmm not sure this one work, you should test this :
rpm -qa | grep iworx
Are you sure you are under root when yu did all these commands (dir, cd, ls, sh, etc ā¦) ?
If you have a pbm, the best way should be to contact the iworx support team
Good luck
Pascal
yes i was under root
i opened a ticket and chris is working on itā¦
ok, Chris installed Interworx, but when i want to run the prog to enter the liscence key i have the following error message:
----- DEBUG STACKTRACE BEGIN -----
/home/interworx/include/debug.php debug_printstacktrace (127)
/home/interworx/include/database.php debug_die (40)
/home/interworx/include/session.php db_connect (58)
0 session_read (0)
/home/interworx/include/nodeworx/NodeWorx.php session_start (504)
/home/interworx/nodeworx/html/index.php continuesession (37)
/home/interworx/nodeworx/html/index.php _il_exec (2)
----- DEBUG STACKTRACE END -----
/home/interworx/include/database.php(40): DB Error: connect failed
Any idea ?
Sometimes, if you encounter pbm installing interworx-cp it may due to some rpms dependancies pbms.
be sure you donāt have msg when installing interworx saying dependancies resolve : canāt resolve or something like this.
It usualy due to rpm or yum pbms.
So first be sure to have availbale uids 102 up to 107 for qmail in /etc/passwd and available guids 102 and 103 in /etc/group
Then you may try to do something like
rpm --rebuilddb
yum clean all
then relaunch the interworx script install under root
sh iworx-cp-install.sh
Pascal