Giter Club home page Giter Club logo

ckl's People

Contributors

ggreer avatar pquerna avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

ckl's Issues

Allow support for piped-in files

I would like to also log deployments with CKL and pipe in the log from webistrano to CKL. Would it be possible to pipe in the log directly to ckl -m as stdin. Could we also have an option for explicitly specifying the runtime as a command-line argument? Just suggesting this. What do you think?

Build error on Mac OS X

scons is failing to build ckl on Mac OS X because of missing libssl and libcrypto.

Patch is in the pipeline, opening Issue for completeness.

scons: Reading SConscript files ...
Checking for C function floor()... (cached) yes
Checking for openpty() in C library util... (cached) yes
Checking /usr/bin/curl-config --prefix ....(cached)  /usr
Checking /usr/bin/curl-config --libs ....(cached)  -lcurl
scons: done reading SConscript files.
scons: Building targets ...
/Developer/usr/bin/clang -o src/ckl.o -c -Wall -O0 -ggdb -I/usr/include -I. src/ckl.c
/Developer/usr/bin/clang -o src/script.o -c -Wall -O0 -ggdb -I/usr/include -I. src/script.c
/Developer/usr/bin/clang -o src/transport.o -c -Wall -O0 -ggdb -I/usr/include -I. src/transport.c
/Developer/usr/bin/clang -o src/conf.o -c -Wall -O0 -ggdb -I/usr/include -I. src/conf.c
/Developer/usr/bin/clang -o src/editor.o -c -Wall -O0 -ggdb -I/usr/include -I. src/editor.c
/Developer/usr/bin/clang -o src/msg.o -c -Wall -O0 -ggdb -I/usr/include -I. src/msg.c
/Developer/usr/bin/clang -o src/util.o -c -Wall -O0 -ggdb -I/usr/include -I. src/util.c
/Developer/usr/bin/clang -o extern/liboauth/src/oauth.o -c -Wall -O0 -ggdb -I/usr/include -I. -Iextern/liboauth/src extern/liboauth/src/oauth.c
/Developer/usr/bin/clang -o extern/liboauth/src/xmalloc.o -c -Wall -O0 -ggdb -I/usr/include -I. -Iextern/liboauth/src extern/liboauth/src/xmalloc.c
/Developer/usr/bin/clang -o extern/liboauth/src/oauth_http.o -c -Wall -O0 -ggdb -I/usr/include -I. -Iextern/liboauth/src extern/liboauth/src/oauth_http.c
ar rc extern/liboauth.a extern/liboauth/src/oauth.o extern/liboauth/src/xmalloc.o extern/liboauth/src/oauth_http.o
ranlib extern/liboauth.a
/Developer/usr/bin/clang -o src/ckl src/ckl.o src/script.o src/transport.o src/conf.o src/editor.o src/msg.o src/util.o -lutil -lcurl extern/liboauth.a
Undefined symbols:
  "_BIO_free", referenced from:
      _oauth_sign_rsa_sha1 in liboauth.a(oauth.o)
      _oauth_verify_rsa_sha1 in liboauth.a(oauth.o)
  "_EVP_sha1", referenced from:
      _oauth_sign_hmac_sha1_raw in liboauth.a(oauth.o)
      _oauth_sign_rsa_sha1 in liboauth.a(oauth.o)
      _oauth_verify_rsa_sha1 in liboauth.a(oauth.o)
      _oauth_body_hash_file in liboauth.a(oauth.o)
      _oauth_body_hash_file in liboauth.a(oauth.o)
      _oauth_body_hash_data in liboauth.a(oauth.o)
      _oauth_body_hash_data in liboauth.a(oauth.o)
  "_EVP_DigestUpdate", referenced from:
      _oauth_sign_rsa_sha1 in liboauth.a(oauth.o)
      _oauth_verify_rsa_sha1 in liboauth.a(oauth.o)
      _oauth_body_hash_file in liboauth.a(oauth.o)
      _oauth_body_hash_data in liboauth.a(oauth.o)
  "_EVP_MD_CTX_init", referenced from:
      _oauth_body_hash_file in liboauth.a(oauth.o)
      _oauth_body_hash_data in liboauth.a(oauth.o)
  "_X509_free", referenced from:
      _oauth_verify_rsa_sha1 in liboauth.a(oauth.o)
  "_BIO_new_mem_buf", referenced from:
      _oauth_sign_rsa_sha1 in liboauth.a(oauth.o)
      _oauth_verify_rsa_sha1 in liboauth.a(oauth.o)
  "_EVP_VerifyFinal", referenced from:
      _oauth_verify_rsa_sha1 in liboauth.a(oauth.o)
  "_PEM_read_bio_PUBKEY", referenced from:
      _oauth_verify_rsa_sha1 in liboauth.a(oauth.o)
  "_EVP_SignFinal", referenced from:
      _oauth_sign_rsa_sha1 in liboauth.a(oauth.o)
  "_EVP_MD_size", referenced from:
      _oauth_body_hash_file in liboauth.a(oauth.o)
      _oauth_body_hash_data in liboauth.a(oauth.o)
  "_EVP_MD_CTX_cleanup", referenced from:
      _oauth_verify_rsa_sha1 in liboauth.a(oauth.o)
      _oauth_body_hash_file in liboauth.a(oauth.o)
      _oauth_body_hash_data in liboauth.a(oauth.o)
  "_X509_get_pubkey", referenced from:
      _oauth_verify_rsa_sha1 in liboauth.a(oauth.o)
  "_PEM_read_bio_X509", referenced from:
      _oauth_verify_rsa_sha1 in liboauth.a(oauth.o)
  "_HMAC", referenced from:
      _oauth_sign_hmac_sha1_raw in liboauth.a(oauth.o)
  "_EVP_DigestInit", referenced from:
      _oauth_sign_rsa_sha1 in liboauth.a(oauth.o)
      _oauth_verify_rsa_sha1 in liboauth.a(oauth.o)
      _oauth_body_hash_file in liboauth.a(oauth.o)
      _oauth_body_hash_data in liboauth.a(oauth.o)
  "_CRYPTO_free", referenced from:
      _oauth_sign_rsa_sha1 in liboauth.a(oauth.o)
  "_PEM_read_bio_PrivateKey", referenced from:
      _oauth_sign_rsa_sha1 in liboauth.a(oauth.o)
  "_EVP_PKEY_size", referenced from:
      _oauth_sign_rsa_sha1 in liboauth.a(oauth.o)
  "_EVP_DigestFinal", referenced from:
      _oauth_body_hash_file in liboauth.a(oauth.o)
      _oauth_body_hash_data in liboauth.a(oauth.o)
  "_EVP_PKEY_free", referenced from:
      _oauth_sign_rsa_sha1 in liboauth.a(oauth.o)
      _oauth_verify_rsa_sha1 in liboauth.a(oauth.o)
ld: symbol(s) not found
clang: error: linker command failed with exit code 1 (use -v to see invocation)
scons: *** [src/ckl] Error 1
scons: building terminated because of errors.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.