Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Where is executable file php?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
bdronka
n00b
n00b


Joined: 22 Jan 2015
Posts: 15

PostPosted: Thu Mar 14, 2024 12:21 pm    Post subject: Where is executable file php? Reply with quote

Hello,

I have php-8.2.15 installed.
I want to run the command php -f cron.php unfortunately on a system where there is no executable php file. How else can I run this command? Has something changed, that the old system has php and not the new one?
Back to top
View user's profile Send private message
grknight
Retired Dev
Retired Dev


Joined: 20 Feb 2015
Posts: 1744

PostPosted: Thu Mar 14, 2024 12:31 pm    Post subject: Reply with quote

Please show emerge --info dev-lang/php:8.2 as well as eselect php list cli
Back to top
View user's profile Send private message
szatox
Advocate
Advocate


Joined: 27 Aug 2013
Posts: 3203

PostPosted: Thu Mar 14, 2024 12:36 pm    Post subject: Reply with quote

Php can run in different modes. If php executable means command line interpreter, you must build it with USE="cli".
I think dynamic websites are a much more common use case, and this requires USE="cgi" or "apache" or whatever. Bottom line: php has a lot of modules to chose from, and selected USE flags determine which modules are actually installed on your system.
_________________
Make Computing Fun Again
Back to top
View user's profile Send private message
bdronka
n00b
n00b


Joined: 22 Jan 2015
Posts: 15

PostPosted: Thu Mar 14, 2024 1:36 pm    Post subject: Reply with quote

Thank you shatox, everything works)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum