You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/04/02 15:43:13 UTC

[GitHub] [pulsar] xrayid opened a new issue #3968: Can`t get pulsar-client-go lib

xrayid opened a new issue #3968: Can`t get pulsar-client-go lib
URL: https://github.com/apache/pulsar/issues/3968
 
 
   Hello!
   Centos 7
   go version go1.12.1 linux/amd64
   
   Reproduce:
   ```
   yum install apache-pulsar-client-2.3.0-1.x86_64.rpm
   yum install apache-pulsar-client-devel-2.3.0-1.x86_64.rpm
   go get github.com/apache/pulsar/pulsar-client-go/pulsar
   ```
   
   Result:
   ```
   Error:
   # github.com/apache/pulsar/pulsar-client-go/pulsar
   src/github.com/apache/pulsar/pulsar-client-go/pulsar/c_consumer.go:101:3: could not determine kind of name for C.pulsar_configure_set_negative_ack_redelivery_delay_ms
   src/github.com/apache/pulsar/pulsar-client-go/pulsar/c_consumer.go:263:2: could not determine kind of name for C.pulsar_consumer_negative_acknowledge
   src/github.com/apache/pulsar/pulsar-client-go/pulsar/c_consumer.go:268:2: could not determine kind of name for C.pulsar_consumer_negative_acknowledge_id
   ```
   
   How to fix it?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services