Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
make?
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- make?
make?
02-04-2010 4:11 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Before the world changed I had a little program which was run from shell_exec to modify the ID3 tags of MP3 files of some talks stored on the server. I put the source in a directory and (again in the old days) telnetted into the CCGI platform and ran a make to build the executable. Its been working fine for several years.
However, in our brave new world, the old executable is now complaining about a C++ library incompatibility. Needs a rebuild. SO how do I do that now with no telnet access? Aha, put the make command in a shell_exec from a PHP script. No joy, "make not found" 😞
So, is GCC and friends still available on the platform? If so where? Do I need to specify a fully qualified path? ( there's nothing useful in /bin ) How can I re-build my program. Not having telnet access makes it a nightmare trying to figure out what may and may not work.
I know the alternative is to do the mp3 tag update client side. i.e download it, change the tags and re-upload it, but that is very messy and would need a good deal of new script development.
Any ideas on how to get it to work as before?
Mike
However, in our brave new world, the old executable is now complaining about a C++ library incompatibility. Needs a rebuild. SO how do I do that now with no telnet access? Aha, put the make command in a shell_exec from a PHP script. No joy, "make not found" 😞
So, is GCC and friends still available on the platform? If so where? Do I need to specify a fully qualified path? ( there's nothing useful in /bin ) How can I re-build my program. Not having telnet access makes it a nightmare trying to figure out what may and may not work.
I know the alternative is to do the mp3 tag update client side. i.e download it, change the tags and re-upload it, but that is very messy and would need a good deal of new script development.
Any ideas on how to get it to work as before?
Mike
Message 1 of 4
(1,173 Views)
3 REPLIES 3
Re: make?
02-04-2010 5:12 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Message 2 of 4
(511 Views)
Re: make?
02-04-2010 5:21 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Thanks, but its not a problem finding something to change ID3 tags. The problem is finding a way to do it ON the CGI platform.
Mike
Mike
Message 3 of 4
(511 Views)
Re: make?
04-04-2010 9:14 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Just in case anyone else is faced with the ID3 tags issue, I have found an excellent set of PHP scripts for manipulating ID3 tags at http://getid3.sourceforge.net/ so I no longer need to compile my own c program.
Mike
Mike
Message 4 of 4
(511 Views)
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page