[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Install crashed version 1.29



Scott,
That seems to have done the trick.

The Install process completed normally.

Thanks for the quick response.

 
Regards
 
Ian Patterson
 

-----Original Message-----
From: ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
[mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Scott Klement
Sent: 11 June 2015 15:01
To: HTTPAPI and FTPAPI Projects
Subject: Re: Install crashed version 1.29

Hi Ian,

Sorry about the troubles.  Unfortunately, I have no way to test a release
that old.  I have to rely on good people like you to assist me with things
like that.

Can you try this?   Open the *LIBL/QSRVSRC,HTTPAPI2 member mentioned in 
your error messages, scroll to the bottom of the member and find this... 
should be the last two lines:

STRPGMEXP PGMLVL(*PRV) SIGNATURE('HTTPAPISSL000') ENDPGMEXP

Based on your error messages, in V5R1, it was not allowed to have an export
block with no exports?  (The exports do absolutely nothing when you have
*PRV with a hard-coded signature -- but perhaps IBM realized 
that later so removed this restriction in newer releases.)   So replace 
the above two lines with something like this:

STRPGMEXP PGMLVL(*PRV) SIGNATURE('HTTPAPISSL000')
       EXPORT SYMBOL(HTTP_DEPRECATED_URL_GET) ENDPGMEXP

Save the change and try recompiling, see if that works better.  Let us know
what you find.

-SK


On 6/11/2015 8:49 AM, Ian Patterson wrote:
> I have just tried to install the latest version of httpapi (1.29)
>
> My machine is V5R1
> I used the Zip file option for download.
> Yes to create sample programs and SSL support.
> No to Expat
> Other parameters default.
> The Install program crashed at line 43400:
> Last few lines of the joblog:
>
> 1 entries added, 0 entries not added to Binding directory HTTPAPIR4 in
>    library QTEMP.
> *LIBL/QSRVSRC.HTTPAPI2 line 31: ******** Signature padded to
>    'HTTPAPISSL001'
> *LIBL/QSRVSRC.HTTPAPI2 line 141: ******** Signature padded to
>    'HTTPAPISSL000'
> *LIBL/QSRVSRC.HTTPAPI2 line 142: ***ERROR Previous export block is empty.
> Binder language compilation failed with 1 errors and 2 warnings.
> Service program HTTPAPIR4 not created.
> CPF5D05 received by INSTALL at 43400. (C D I R)
>
>
>   
> Regards
>   
> Ian Patterson
>   
> -------------------------------
>
> ----------------------------------------------------------------------
> - This is the FTPAPI mailing list.  To unsubscribe, please go to:
> http://www.scottklement.com/mailman/listinfo/ftpapi
> ----------------------------------------------------------------------
> -
>

-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------

-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------