Re: [spctools-discuss] getting 403/Forbidden on new install at http://localhost:10401/tpp/cgi-bin/tpp_gui.pl

2022-06-08 Thread 'David Shteynberg' via spctools-discuss
Great! Thank you for keep and sharing your useful notes in this process. Let us know if you encounter other issues or have any questions. Cheers, David On Wed, Jun 8, 2022, 5:37 PM Malcolm Cook wrote: > Things I've tried and failed (with an `apachectl restart` after each) > >1. sudo chown

Re: [spctools-discuss] getting 403/Forbidden on new install at http://localhost:10401/tpp/cgi-bin/tpp_gui.pl

2022-06-08 Thread Malcolm Cook
Things I've tried and failed (with an `apachectl restart` after each) 1. sudo chown -R apache.apache /usr/local/tpp/cgi-bin; 2. sudo chown -R apache.apache /usr/local/tpp 3. 4. sudo chmod 755 -R apache.apache /usr/local/tpp 5. disabled other /etc/httpd/conf.d/ FIXED! There was

Re: [spctools-discuss] getting 403/Forbidden on new install at http://localhost:10401/tpp/cgi-bin/tpp_gui.pl

2022-06-08 Thread Malcolm Cook
an oddity re: the error message is it says " ExecCGI is off in this directory: /usr/local/tpp/cgi-bin/tpp_gui.pl" but it names a file, not a directory. ...maybe nothing. On Wednesday, June 8, 2022 at 5:14:17 PM UTC-5 Malcolm Cook wrote: > hi again > yes, I reported the only entry after fresh

Re: [spctools-discuss] getting 403/Forbidden on new install at http://localhost:10401/tpp/cgi-bin/tpp_gui.pl

2022-06-08 Thread Malcolm Cook
hi again yes, I reported the only entry after fresh restart of apache and accessing that url I get the following in the error log: [Wed Jun 08 17:08:31.331141 2022] [mpm_prefork:notice] [pid 4451] AH00163: Apache/2.4.6 (CentOS) configured -- resuming normal operations [Wed Jun 08 17:08:31.331189

Re: [spctools-discuss] getting 403/Forbidden on new install at http://localhost:10401/tpp/cgi-bin/tpp_gui.pl

2022-06-08 Thread 'David Shteynberg' via spctools-discuss
It sounds like you are making progress get this installed and running. Can you check the apache error logs to see if they hold the next clue? Thanks, David On Wed, Jun 8, 2022, 4:25 PM Malcolm Cook wrote: > I just finished building and installing TPP under centos7 > > Following Testing the inst

[spctools-discuss] getting 403/Forbidden on new install at http://localhost:10401/tpp/cgi-bin/tpp_gui.pl

2022-06-08 Thread Malcolm Cook
I just finished building and installing TPP under centos7 Following Testing the installation with a sample dataset on I navigate to htt

Re: [spctools-discuss] stuck with problem making tpp

2022-06-08 Thread Malcolm Cook
I agree with you re using -k. I only did it after make was terminating with an error in order to try and reveal any more errors. But I appreciate the hazards in so doing. Thanks for the reminder. I have now rerun `make all` to completion without error. I now believe the compile errors stemm

Re: [spctools-discuss] stuck with problem making tpp

2022-06-08 Thread Malcolm Cook
Hi, I think I am good as far as gcc version is concerned since I am compiling in an environment where I have enabled newer version using RED HAT DEVELOPER TOOLSET 9.1 - but to confirm...

Re: [spctools-discuss] stuck with problem making tpp

2022-06-08 Thread 'David Shteynberg' via spctools-discuss
Also, I wouldn't recommend using make -k because then you get errors with linking of the sort you are seeing because prerequisite dependencies are not being built properly so downstream linking of applications to dependencies fails. Can you send the actual errors that are generated when you run ma

Re: [spctools-discuss] stuck with problem making tpp

2022-06-08 Thread 'David Shteynberg' via spctools-discuss
Dear Malcolm, Sorry you are having trouble building the TPP on centos 7. There are many ways you can use the TPP both on the cloud and locally in virtual machines which would not require you to build the tools from source. Nevertheless, the latest release of the TPP has been updated to the c++14